diff Makefile.cross-mingw @ 562:5d2c1bfc04aa

Rename EXEEXT to BINEXT in the build system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 12:39:44 +0200
parents 3a733cdfc576
children 872d2a65ce56
line wrap: on
line diff
--- a/Makefile.cross-mingw	Sun Jan 05 23:56:22 2020 +0200
+++ b/Makefile.cross-mingw	Mon Jan 06 12:39:44 2020 +0200
@@ -22,7 +22,7 @@
 # Miscellaneous
 PREFIX =
 BINPATH = ./
-EXEEXT = .exe
+BINEXT = .exe
 
 # Compiler flags and linker flags
 CFLAGS += \