diff --git a/Makefile b/Makefile index f0cbb1e..109030f 100644 --- a/Makefile +++ b/Makefile @@ -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)