diff options
| author | ubq323 <ubq323@ubq323.website> | 2024-06-30 21:43:30 +0100 |
|---|---|---|
| committer | ubq323 <ubq323@ubq323.website> | 2024-06-30 21:43:30 +0100 |
| commit | cc9a8ae5495550f2a2b1f6e66ffa60504ad03c1a (patch) | |
| tree | f1eb1332602fa857dd26f50fe149b7d6946921df | |
| parent | 4cf1e1fa0e11307005a724225ea3ae2f80a5c037 (diff) | |
makefile fix?
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
