summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/RunningCactus.tex
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-17 10:45:01 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-17 10:45:01 +0000
commit30456bc0bfb8747aa9e27f5917caadf90ba70473 (patch)
treea65fbff3a94ca16758f79d53bfa9576a47a9a5c9 /doc/UsersGuide/RunningCactus.tex
parent6aa89fcfe9d3039047f89f9dcddfdaffa82d8f19 (diff)
Added new gmake targets
git-svn-id: http://svn.cactuscode.org/flesh/trunk@296 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/RunningCactus.tex')
-rw-r--r--doc/UsersGuide/RunningCactus.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index 36af0143..5721d244 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -502,10 +502,14 @@ is to do.
\begin{itemize}
-\item {\tt gmake CONF} will create the default (uname) configuration
+\item {\tt gmake <CONF>} will create the default (uname) configuration
\item {\tt gmake <CONF>-clean} cleans a configuration (rm -r *.o)
+\item {\tt gmake <CONF>-rebuild} rebuilds a configuration (reruns the CST)
+
+\item {\tt gmake <CONF>-reconfig} reconfigures a configuration
+
\item {\tt gmake <CONF>-delete} deletes a configuration ({\tt rm -r configs/<CONF>})
\item {\tt gmake help} lists all make options