Fix Makefile when WINDRES is not defined

This commit is contained in:
Clownacy 2019-09-02 20:01:42 +01:00
parent 023188a1b3
commit 14f4d5d7a6

View file

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