]> git.etc.gen.nz Git - spong.git/commitdiff
updated help message
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 9 Oct 2000 04:45:59 +0000 (04:45 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 9 Oct 2000 04:45:59 +0000 (04:45 +0000)
Makefile

index 6c89af0bc73a9c6fdb4fa469d8e871f23bd336b9..416cd1771e2c1a1ee81d0886d47d9322cdd37384 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 2000/09/29 04:30:30 sljohnson Exp $
+# $Id: Makefile,v 1.2 2000/10/09 04:45:59 sljohnson Exp $
 #
 # Makefile for Spong (Version 2.6f and up).
 #
@@ -21,9 +21,17 @@ include spong.mk
 default:       help
 
 help:
-       @echo "Try 'make client SYSTEM=<OS>' where <OS> is in the list: "
-       @echo " $(OS)"
-       @echo "Default OS is $(SYSTEM)"
+#      @echo "Try 'make client SYSTEM=<OS>' where <OS> is in the list: "
+#      @echo " $(OS)"
+#      @echo "Default OS is $(SYSTEM)"
+
+       @echo "'make server'  installs the server for the default platform"
+       @echo "               defined in config.mk"
+       @echo
+       @echo "'make client'  installs the client for the default platform"
+       @echo "               in ./client-<OS>"
+       @echo
+       @echo "'make client SYSTEM=<OS>'  will build clients for other platforms"
 
 #---- Clients [ this is incredibly ugly, GH. ]
 #