comparison 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
comparison
equal deleted inserted replaced
694:788a58dab07a 695:f1df1cf69a38
20 # 20 #
21 THLIBS_A=$(OBJPATH)thlibs.a 21 THLIBS_A=$(OBJPATH)thlibs.a
22 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 22 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
23 23
24 NNCHAT_OBJ=main.o util.o ui.o 24 NNCHAT_OBJ=main.o util.o ui.o
25 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT) 25 NNCHAT_BIN=$(BINPATH)nnchat$(BINEXT)
26 26
27 TARGETS += $(NNCHAT_BIN) 27 TARGETS += $(NNCHAT_BIN)
28 28
29 include $(THLIBS)/Makefile.inc 29 include $(THLIBS)/Makefile.inc
30 30