changeset 70:ce669d642363 default tip

s/EXEEXT/BINEXT/g
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2019 18:21:40 +0200
parents f0b26daba6a9
children
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Oct 29 18:16:47 2019 +0200
+++ b/Makefile	Thu Dec 05 18:21:40 2019 +0200
@@ -8,7 +8,7 @@
 export BINPATH
 
 linux-bin:
-	$(MAKE) $(MAKEOPTS) -f $(DMLIB)Makefile EXEEXT=-linux.bin
+	$(MAKE) $(MAKEOPTS) -f $(DMLIB)Makefile BINEXT=-linux.bin
 
 mingw-win32:
 	$(MAKE) $(MAKEOPTS) -f $(DMLIB)Makefile.cross-mingw \
@@ -56,6 +56,6 @@
 
 clean:
 	-$(RM) $(DATA_PKG)
-	-$(MAKE) -f $(DMLIB)Makefile clean EXEEXT=-linux.bin
+	-$(MAKE) -f $(DMLIB)Makefile clean BINEXT=-linux.bin
 	-$(MAKE) -f $(DMLIB)Makefile.cross-mingw clean
 	
\ No newline at end of file