diff --git a/makefile b/makefile index d3a7fea..6887208 100644 --- a/makefile +++ b/makefile @@ -77,7 +77,6 @@ ifneq ($(DEBUG),test) SRC := $(shell find src/ -name '*.c') else SRC := $(filter-out src/main.c, $(shell find test/ src/ -name '*.c')) -CFLAGS += -DGLFW_DLL endif RES := $(shell find res/ -type f)