remove test from Makefile
This commit is contained in:
parent
62384a9e0c
commit
bad1a6308f
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -24,9 +24,6 @@ all: ${TARGET_LIB}
|
||||||
$(TARGET_LIB): $(OBJS)
|
$(TARGET_LIB): $(OBJS)
|
||||||
$(CC) ${LDFLAGS} -o $@ $^
|
$(CC) ${LDFLAGS} -o $@ $^
|
||||||
|
|
||||||
test: test.o pid.o
|
|
||||||
$(C) $(LDFLAGS) -o test test.o pid.o $(LDLIBS)
|
|
||||||
|
|
||||||
depend: .depend
|
depend: .depend
|
||||||
|
|
||||||
.depend: $(SRCS)
|
.depend: $(SRCS)
|
||||||
|
|
Loading…
Reference in a new issue