From fc6b7096adb1a986f94e0be25162ff6182445702 Mon Sep 17 00:00:00 2001 From: Simon Sigurdhsson Date: Mon, 2 Jul 2012 01:49:17 +0200 Subject: Fix erroneous Makefile in tests/ --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index ffc80fa..764db87 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -12,7 +12,7 @@ endif all:: $(TARGETS) -busy: busy.c $(SYSLIBS) +busy: busy.c $(CC) -o busy busy.c $(SYSLIBS) $(CFLAGS) process_iterator_test: process_iterator_test.c $(LIBS) -- cgit v1.2.3