From e50ffa77df4e71a70efc124a278f0270e09509b5 Mon Sep 17 00:00:00 2001 From: linus Date: Fri, 21 Jan 2011 16:35:54 +0100 Subject: [PATCH] Remove unused Makefile. --- lib/tests/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/tests/Makefile diff --git a/lib/tests/Makefile b/lib/tests/Makefile deleted file mode 100644 index 13316fc..0000000 --- a/lib/tests/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -CFLAGS = -Wall -g - -all: test-blocking - -test-blocking: test-blocking.c ../examples/blocking.o ../base.o ../../list.o ../../tlv11.o - $(CC) $(CFLAGS) -I .. -I ../examples -o $@ $^ - -clean: - -rm *.o test-blocking - -- 2.1.4