aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Makefile b/core/Makefile
index 3808725..9773846 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1,14 +1,14 @@
-include ../../config.mk
-ALL = text buffer map array
+ALL = buffer map array text
SRC = $(wildcard ccan/*/*.c)
CFLAGS += -I. -I../.. -DBUFFER_SIZE=4 -DBLOCK_SIZE=4
test: $(ALL)
- @./text
@./buffer
@./map
@./array
+ @./text
config.h:
@echo Generating ccan configuration header
@@ -54,10 +54,10 @@ tis: clean
clean:
@echo cleaning
- @rm -f text
@rm -f buffer
@rm -f map
@rm -f array
+ @rm -f text
@rm -f *.gcov *.gcda *.gcno
@rm -f *.valgrind