summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-05-04 09:28:36 +0200
committerdefault <nobody@localhost>2023-05-04 09:28:36 +0200
commit185aac23876f9ae5d9b613f8b9abd517c3ab3b4d (patch)
tree7d7fcf3e99f4acfa05d251a0bec86f899d4a1005 /Makefile
parent753eadfd1775545c5bfb4110ad2ba7cb61df9588 (diff)
Added -Wextra to C flags.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 710d61f..7dbd9e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX=/usr/local
PREFIX_MAN=$(PREFIX)/man
-CFLAGS?=-g -Wall
+CFLAGS?=-g -Wall -Wextra
all: snac