From 5719c5aabdbbb06874a86d22f5d59b29da7b948f Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 9 Feb 2019 13:35:39 +0000 Subject: [PATCH] Fixed Makefile Derp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d382e707..c00d707d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LIBS += -liconv endif endif -FILENAME ?= FILENAME_DEF +FILENAME ?= $(FILENAME_DEF) ifeq ($(FIX_BUGS), 1) CXXFLAGS += -DFIX_BUGS