diff options
author | linus <linus@nordu.net> | 2011-01-21 16:35:54 +0100 |
---|---|---|
committer | linus <linus@nordu.net> | 2011-01-21 16:35:54 +0100 |
commit | e50ffa77df4e71a70efc124a278f0270e09509b5 (patch) | |
tree | 1cee43c2d380c5bc9fcc9a38a2d55750fc65a9b0 | |
parent | b1e6526de4b1374ebdb4f3ce82b906fc3d8775a7 (diff) |
Remove unused Makefile.
-rw-r--r-- | lib/tests/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
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 - |