From bfffd243c653ef99351f2eedfab86b8d25d8d7a3 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 27 Jul 2018 21:00:31 -0700 Subject: [PATCH] Add mention of the default make target being "all". --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1