shithub: cstory

Download patch

ref: 14f4d5d7a6bee7872d7616452c604151f69324b7
parent: 023188a1b31447e9f9ed81df1ce16cb504f165c5
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 2 16:01:42 EDT 2019

Fix Makefile when WINDRES is not defined

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 NATIVECC = cc
 NATIVECXX = c++
+WINDRES = windres
 
 BUILD_DIRECTORY = game
 ASSETS_DIRECTORY = assets