shithub: cstory

Download patch

ref: 5719c5aabdbbb06874a86d22f5d59b29da7b948f
parent: 80d0bda206028c1dea3f72d8b5bd53a2a362f7ea
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Feb 9 08:35:39 EST 2019

Fixed Makefile

Derp

--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 	endif
 endif
 
-FILENAME ?= FILENAME_DEF
+FILENAME ?= $(FILENAME_DEF)
 
 ifeq ($(FIX_BUGS), 1)
 CXXFLAGS += -DFIX_BUGS