aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-08 01:13:20 -0800
committerChristian C <cc@localhost>2025-03-08 01:13:20 -0800
commit9d4981f1ea152531494d804d2de0a0c91574bf15 (patch)
tree1480d853f28cc9dd0a0ef80efedf49c2f07acdac
parent4bc04bae6685dcffa190358aba5465c49fd9401f (diff)
Autoregen for testsdev
-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