diff options
| author | Ben Winston | 2024-06-06 22:44:58 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-06-06 22:44:58 -0400 |
| commit | ac40afe547d1cdc1182f487cf03e2a987427f632 (patch) | |
| tree | cf0a22ea89952ad107bc5d086ae4b8cb003de5bb /Makefile | |
| parent | 5b163ece6dbdad4867902c1d30de644062a2b0ab (diff) | |
add -Wall and -Werror
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ build: - cc *.c -o booki + cc *.c -Wall -Werror -o booki |
