-# $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).
#
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. ]
#