diff Makefile @ 263:f0e180b13e05

More build system improvements.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jan 2020 03:27:25 +0200
parents daaad6ad8212
children 0562e7b181b1
line wrap: on
line diff
--- a/Makefile	Tue Jan 14 03:08:32 2020 +0200
+++ b/Makefile	Tue Jan 14 03:27:25 2020 +0200
@@ -13,7 +13,7 @@
 PREFIX = /usr/local
 BINPATH = ./
 OBJPATH = obj/unix/
-EXEEXT =
+BINEXT =
 
 # Compiler flags and linker flags
 ifeq ($(USE_QTHTTP),yes)