remove test from Makefile

whys-review
Jakub Sztandera 2016-07-25 12:13:30 +01:00
parent 62384a9e0c
commit bad1a6308f
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ all: ${TARGET_LIB}
$(TARGET_LIB): $(OBJS)
$(CC) ${LDFLAGS} -o $@ $^
test: test.o pid.o
$(C) $(LDFLAGS) -o test test.o pid.o $(LDLIBS)
depend: .depend
.depend: $(SRCS)