From 66e5d5b9f317ffec0ed9e737b5f10ce243e232b9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Jan 2022 13:51:48 +0100 Subject: [PATCH] Fix building with `make DEBUG=1` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4d5564..95443f9 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ LDFLAGS = -g $(ARCH) $(RPXSPECS) --entry=_start -Wl,-Map,$(notdir $*.map) ifeq ($(DEBUG),1) CXXFLAGS += -DDEBUG -g -CCFLAGS += -DDEBUG -g +CFLAGS += -DDEBUG -g endif LIBS := -lwut -lz