From: David Griffith Date: Sat, 28 Jul 2018 04:00:31 +0000 (-0700) Subject: Add mention of the default make target being "all". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=bfffd243c653ef99351f2eedfab86b8d25d8d7a3;p=liskon_frotz.git Add mention of the default make target being "all". --- diff --git a/Makefile b/Makefile index 9901236..10a127f 100644 --- a/Makefile +++ b/Makefile @@ -290,6 +290,8 @@ distclean: clean rm -f frotz$(EXTENSION) dfrotz$(EXTENSION) sfrotz$(EXTENSION) help: + @echo "Default target is \"all\"" + @echo "" @echo "Targets:" @echo " frotz: the standard edition" @echo " dfrotz: for dumb terminals and wrapper scripts" @@ -305,6 +307,7 @@ help: @echo " clean: clean up files created by compilation" @echo " distclean: like clean, but also delete executables" @echo " dist: create a source tarball of the latest tagged release" + @echo "" .SUFFIXES: .SUFFIXES: .c .o .h