From: Stephen L Johnson Date: Mon, 9 Oct 2000 04:45:59 +0000 (+0000) Subject: updated help message X-Git-Tag: spong-2_7_0-beta1~13 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a790a3a8ebae602424a1d75ef7dfd76f6d2e9a65;p=spong.git updated help message --- diff --git a/Makefile b/Makefile index 6c89af0..416cd17 100644 --- 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=' where is in the list: " - @echo " $(OS)" - @echo "Default OS is $(SYSTEM)" +# @echo "Try 'make client SYSTEM=' where 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-" + @echo + @echo "'make client SYSTEM=' will build clients for other platforms" #---- Clients [ this is incredibly ugly, GH. ] #