summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-09 11:59:36 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-09 11:59:36 +0000
commit464cd6013ff449f807388a9170662fc40555ecd1 (patch)
tree6e4be5d9f2c5caebecc1e37742e0b5e1976760aa /Makefile
parent2a0a2c868b6d88ca3800480b28e01729320d01df (diff)
Added '-utils' to the output of 'make help'.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2576 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a27475e..ef7f6aaa 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.126 2002-01-03 22:41:56 tradke Exp $
+# @version $Id: Makefile,v 1.127 2002-01-09 11:59:36 tradke Exp $
# @@*/
##################################################################################
@@ -329,6 +329,7 @@ else
@echo " and the ThornList file)."
@echo " -rebuild : to rebuild a configuration."
@echo " (forces the CST to be rerun)."
+ @echo " -utils : to build a configuration's utility programs."
@echo " -testsuite : run the test program."
@echo " -thornlist : regenerates the ThornList file. "
@echo " -ThornGuide : creates the thorn manual for a specific configuration. "