changeset 227:714b1919e1be

Change build system a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 20 Feb 2011 20:43:36 +0200
parents f25d47398326
children 744c277b57cf
files Makefile.w32
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.w32	Wed Dec 01 01:13:18 2010 +0200
+++ b/Makefile.w32	Sun Feb 20 20:43:36 2011 +0200
@@ -23,7 +23,7 @@
 # Miscellaneous
 EXEEXT=.exe
 OBJPATH=./win32/
-BINPATH=./win32/
+BINPATH=./installer/
 #BINPATH=/misc/wine_c/
 NONBUILD=$(OBJPATH)
 
@@ -40,3 +40,7 @@
 
 resource.o: resource.rc
 	i386-mingw32-windres $< -O coff -o $@
+
+installer: $(NNCHAT_BIN)
+	@wget -O $(BINPATH)/README.html http://www.tnsp.org/~ccr/nnchat/
+