Add mention of the default make target being "all".
authorDavid Griffith <dave@661.org>
Sat, 28 Jul 2018 04:00:31 +0000 (21:00 -0700)
committerDavid Griffith <dave@661.org>
Tue, 31 Jul 2018 08:45:29 +0000 (01:45 -0700)
Makefile

index 9901236ef663e3538d94f43b607b2c2b2c8d076b..10a127f473790d5a54f7e556f136b4874a82afb7 100644 (file)
--- 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