aboutsummaryrefslogtreecommitdiff
path: root/src/gr/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/makefile')
-rw-r--r--src/gr/makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gr/makefile b/src/gr/makefile
index 0b980fb..d3618f9 100644
--- a/src/gr/makefile
+++ b/src/gr/makefile
@@ -1,5 +1,5 @@
# Makefile for GR code
-# $Id: makefile,v 1.6 2002-04-22 11:02:27 jthorn Exp $
+# $Id: makefile,v 1.7 2002-09-03 15:14:03 jthorn Exp $
#
# Environment Variables:
@@ -11,7 +11,6 @@
# cg ==> run all the *.mm files to generate C code
# mm ==> preprocess all *.maple files to produce *.mm files
# clean ==> delete *.mm (mpp Maple preprocessor output)
-# ellipsoid ==> compute ellipsoid equations
#
ifneq ($(MAPLE_VERSION),)
@@ -33,7 +32,3 @@ mm : $(patsubst %.maple, %.mm, $(wildcard *.maple))
.PHONY : clean
clean :
-rm *.mm
-
-.PHONY : ellipsoid
-ellipsoid:
- maple <ellipsoid.maple >ellipsoid.out