aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da95f0f..a5e3b60 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ $(TEST_OBJ_DIR)%.o: $(TEST_DIR)%.c
@echo CC $< --\> $@
@gcc -o $@ $(CFLAGS) -c $<
-test: build/test
+test: clean build/test
@echo Test beginning...
@./build/test