Fix building with `make DEBUG=1`

This commit is contained in:
Maschell 2022-01-30 13:36:47 +01:00
parent 2db7befb4b
commit 96f8410612
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/
ifeq ($(DEBUG),1)
CXXFLAGS += -DDEBUG -g
CCFLAGS += -DDEBUG -g
CFLAGS += -DDEBUG -g
endif
LIBS := -lwums -lwut -lkernel