Update of /cvsroot/popfile/engine
In directory sc8-pr-cvs1:/tmp/cvs-serv20939
Modified Files:
Makefile
Log Message:
Added help
Index: Makefile
===================================================================
RCS file: /cvsroot/popfile/engine/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile 20 May 2003 19:58:55 -0000 1.9
--- Makefile 9 Jun 2003 18:32:43 -0000 1.10
***************
*** 12,15 ****
--- 12,21 ----
error:
@echo Must specify one of test, package or windows
+ @echo
+ @echo "test - Run POPFile test suite"
+ @echo "windows - Build Windows installer"
+ @echo "package - Build Windows installer, and create"
+ @echo " ZIP files for Windows and cross-platform"
+ @echo " version"
# test runs the POPFile unit test suite
|