comparison Makefile.gen @ 159:1b6bc8bf6ac3

Create win32/ subdirectory if needed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Nov 2010 13:36:35 +0200
parents eaa524e153f9
children f265e7274a45
comparison
equal deleted inserted replaced
158:a06d27141c26 159:1b6bc8bf6ac3
4 # 4 #
5 # Objects 5 # Objects
6 # 6 #
7 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT) 7 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
8 8
9 TARGETS=$(NNCHAT_BIN) 9 TARGETS+=$(NNCHAT_BIN)
10 10
11 11
12 # 12 #
13 # Target rules 13 # Target rules
14 # 14 #