commit bd350520
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)