summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-30 21:43:30 +0100
committerubq323 <ubq323@ubq323.website>2024-06-30 21:43:30 +0100
commitcc9a8ae5495550f2a2b1f6e66ffa60504ad03c1a (patch)
treef1eb1332602fa857dd26f50fe149b7d6946921df
parent4cf1e1fa0e11307005a724225ea3ae2f80a5c037 (diff)
makefile fix?
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f1d189a..9fbf2e7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,8 @@ bth: $(CS) $(HS) Makefile
prs.c: g.peg
packcc -o prs g.peg
+prs.h: prs.c
+
test: bth
./run_tests.sh