aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-08 01:13:20 -0800
committerChristian Cunningham <cc@local.lan>2025-03-08 01:13:20 -0800
commit78be4e03fdbd795ac22b58794bc2d0e67d34cdc4 (patch)
tree1480d853f28cc9dd0a0ef80efedf49c2f07acdac
parenta5c2808f0857feb01a1194177e11f7ab7797ae6f (diff)
Autoregen for tests
-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