From 05c53bb909ccaa8d8aeefc62a0850664c6075cce Mon Sep 17 00:00:00 2001 From: Christian C Date: Thu, 6 Mar 2025 16:11:39 -0800 Subject: Remove unused variables --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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)) -- cgit v1.2.1