From 14f4d5d7a6bee7872d7616452c604151f69324b7 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 2 Sep 2019 20:01:42 +0100 Subject: [PATCH] Fix Makefile when WINDRES is not defined --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 02e68ab8..ed0df58d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ NATIVECC = cc NATIVECXX = c++ +WINDRES = windres BUILD_DIRECTORY = game ASSETS_DIRECTORY = assets