aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:28:12 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-31 17:28:12 +0000
commita134c691ba36abe19153167eaa2048074a42ac59 (patch)
tree4a9c4bb8bffb9840711d3b9e7dcf91b2904a2a60 /src
parent0b8ee44874fddd9132c378ae073489e38f2af7fd (diff)
we don't want a (non--no-op) default target in this makefile
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1169 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/gr/Makefile.standalone5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gr/Makefile.standalone b/src/gr/Makefile.standalone
index e41da5b..4a06e0f 100644
--- a/src/gr/Makefile.standalone
+++ b/src/gr/Makefile.standalone
@@ -19,6 +19,11 @@ endif
###############################################################################
+# we don't want a (non--no-op) default target in this makefile
+.PHONY : dummy
+dummy :
+ @echo 'there is no default target for this makefile'
+
.PHONY : cg
cg : mm
maple <doit.mm 2>&1 | tee maple.log