git repos / blockattack-game

commit e90165e3

sago007 · 2014-09-15 16:26
e90165e36b61f77e4c799fcd1fbd74fa03d3e420 patch · browse files
parent bd3505203afd1d4795e19467e7eceb8a5d591c8c

Fix for Makefile

Changed files

M source/code/Makefile before
diff --git a/source/code/Makefile b/source/code/Makefile index 36d7934..e368034 100644 --- a/source/code/Makefile +++ b/source/code/Makefile
@@ -47,7 +47,7 @@ OFILES=main.o highscore.o ReadKeyboard.o joypad.o listFiles.o replay.o common.o
ifeq ($(CROSS),i686-pc-mingw32-)
OFILES += winicon.res
-BINARY+=.exe
+BINARY := $(BINARY).exe
endif
$(BINARY): $(OFILES)