aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Winston2024-06-06 22:44:58 -0400
committerBen Winston2024-06-06 22:44:58 -0400
commitac40afe547d1cdc1182f487cf03e2a987427f632 (patch)
treecf0a22ea89952ad107bc5d086ae4b8cb003de5bb /Makefile
parent5b163ece6dbdad4867902c1d30de644062a2b0ab (diff)
add -Wall and -Werror
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b76acd..f729af1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
build:
- cc *.c -o booki
+ cc *.c -Wall -Werror -o booki