diff Makefile.gen @ 695:f1df1cf69a38

Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 12:40:57 +0200
parents 7d4730232ee3
children b070638c5c60
line wrap: on
line diff
--- a/Makefile.gen	Sun Jan 05 20:48:15 2020 +0200
+++ b/Makefile.gen	Mon Jan 06 12:40:57 2020 +0200
@@ -22,7 +22,7 @@
 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_file.o th_config.o th_network.o th_datastruct.o
 
 NNCHAT_OBJ=main.o util.o ui.o
-NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
+NNCHAT_BIN=$(BINPATH)nnchat$(BINEXT)
 
 TARGETS += $(NNCHAT_BIN)