diff Makefile.cross-mingw @ 2357:21d8eb203e2a

s/EXEEXT/BINEXT/g
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2019 18:24:43 +0200
parents b436ecd76fa0
children 69a5af2eb1ea
line wrap: on
line diff
--- a/Makefile.cross-mingw	Thu Dec 05 16:48:46 2019 +0200
+++ b/Makefile.cross-mingw	Thu Dec 05 18:24:43 2019 +0200
@@ -28,7 +28,7 @@
 DM_CFLAGS += -DDM_HAVE_MEMSET=1
 DMLIB ?= ./
 BINPATH ?= ./exe/
-EXEEXT ?= .exe
+BINEXT ?= .exe
 CC = $(BINTOOL_PREFIX)gcc
 AR = $(BINTOOL_PREFIX)ar
 RANLIB = $(BINTOOL_PREFIX)ranlib