From ac40afe547d1cdc1182f487cf03e2a987427f632 Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Thu, 6 Jun 2024 22:44:58 -0400 Subject: add -Wall and -Werror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3