diff options
author | Christian C <cc@localhost> | 2025-03-06 16:11:39 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-06 16:11:39 -0800 |
commit | 05c53bb909ccaa8d8aeefc62a0850664c6075cce (patch) | |
tree | 339e9ed2575ce768474e94edadf4f68bc3d2fd02 /Makefile | |
parent | c370b4e6f56e52bef91aabfc4bb547a1be5be6f1 (diff) |
Remove unused variables
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ CFLAGS= CFLAGS+=$(shell $(PKGCONF) --cflags $(PKGS)) CFLAGS+=-I$(INC_DIR) CFLAGS+=$(DEFINES) +CFLAGS+=-Wall LDFLAGS= LDFLAGS+=$(shell $(PKGCONF) --libs $(PKGS)) |