git repos / blockattack-game

commit bd350520

sago007 · 2014-09-15 16:17
bd3505203afd1d4795e19467e7eceb8a5d591c8c patch · browse files
parent 88e259c7f561c555e29bddd2e2bc7f01eb7df875

Add .exe in Windows

Changed files

M source/code/Makefile before
diff --git a/source/code/Makefile b/source/code/Makefile index dbe78f6..36d7934 100644 --- a/source/code/Makefile +++ b/source/code/Makefile
@@ -47,6 +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
endif
$(BINARY): $(OFILES)