diff options
Diffstat (limited to 'make/template')
-rw-r--r-- | make/template/main.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index 7e48b01d0..447d64b3b 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -195,7 +195,7 @@ std-header: @echo "* This will take a *long* time. *" @echo "* Why not read our wiki at *" @echo "* http://wiki.inspircd.org *" - @echo "* while you wait for make to run? *" + @echo "* while you wait for Make to run? *" @echo "*************************************" finishmessage: target @@ -204,7 +204,7 @@ finishmessage: target @echo "* BUILD COMPLETE! *" @echo "* *" @echo "* To install InspIRCd, type: *" - @echo "* make install *" + @echo "* 'make install' *" @echo "*************************************" install: target |