aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-06 16:11:39 -0800
committerChristian C <cc@localhost>2025-03-06 16:11:39 -0800
commit05c53bb909ccaa8d8aeefc62a0850664c6075cce (patch)
tree339e9ed2575ce768474e94edadf4f68bc3d2fd02 /Makefile
parentc370b4e6f56e52bef91aabfc4bb547a1be5be6f1 (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))