]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Consolidate pawn storm types
[stockfish] / src / Makefile
index 25436e25d5da58d9837408e7e18f0d0d148c6521..34264e78e0cef94733a495d516f7a637f459c635 100644 (file)
 ### ==========================================================================
 
 ### Executable name
+ifeq ($(COMP),mingw)
+EXE = stockfish.exe
+else
 EXE = stockfish
+endif
 
 ### Installation dir definitions
 PREFIX = /usr/local
@@ -437,7 +441,7 @@ clean: objclean profileclean
 
 # clean binaries and objects
 objclean:
-       @rm -f $(EXE) $(EXE).exe *.o ./syzygy/*.o
+       @rm -f $(EXE) *.o ./syzygy/*.o
 
 # clean auxiliary profiling files
 profileclean: