aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-06 16:11:39 -0800
committerChristian Cunningham <cc@local.lan>2025-03-06 16:11:39 -0800
commit42259cd282e585dcb36dd94ba07a3ca9f9e58aec (patch)
tree339e9ed2575ce768474e94edadf4f68bc3d2fd02 /Makefile
parente23c9fa1c680eac8076a888ad3553147108024f6 (diff)
Remove unused variables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2570a08..8424d4b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ CFLAGS=
CFLAGS+=$(shell $(PKGCONF) --cflags $(PKGS))
CFLAGS+=-I$(INC_DIR)
CFLAGS+=$(DEFINES)
+CFLAGS+=-Wall
LDFLAGS=
LDFLAGS+=$(shell $(PKGCONF) --libs $(PKGS))