From bad1a6308fc5a1e10ec228c4aa05d6bfa6eb2974 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Mon, 25 Jul 2016 12:13:30 +0100 Subject: [PATCH] remove test from Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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)