diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-05 14:20:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-05 14:20:54 +0200 |
commit | bac9982d2939c5949238ec4c0ee62751e398e30f (patch) | |
tree | 3775ae4a6782f08184c4004b92072c2fc008b1d1 /Makefile | |
parent | 57cd660271b9d2b014d5276f146f322e1aeeee2e (diff) |
Enable Bison warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ $S/lexer.c $S/lexer.h: $S/lexer.l flex --header-file=$S/lexer.h -o $S/lexer.c $< $S/parser.c $S/parser.h: $S/parser.y - bison -dvo $S/parser.c $< + bison -Wall -Wcounterexamples -dvo $S/parser.c $< clean: rm -f $$(git ls-files -oi --exclude-standard) |