aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-09-27 13:33:55 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-09-27 13:33:55 -0400
commit952032bc3b5a1b0fc215b677ca1aa32385ba525b (patch)
tree16d513b8a87c86322d5b80e60ba33600da0f6dd7 /Makefile
parent2402b5a9be840e39749a245fea2a516da38a6f64 (diff)
downloadexyapps-952032bc3b5a1b0fc215b677ca1aa32385ba525b.tar.gz
various explanatory text
version number in __version__ AURA copyrights remove code to support importing runtime instead of incorporating it into the generated parser add MANIFEST.in instructions for re-generating the parser that exyapps uses internally git-svn-id: http://svn.stsci.edu/svn/ssb/etal/exyapps/trunk@431 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c1f2a6..87821e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,8 @@
exyapps/grammar.py: yapps_grammar.g
exyapps yapps_grammar.g exyapps/grammar.py
+
+clean:
+ rm -rf dist build
+ rm -f MANIFEST
+ rm -f examples/calc.py examples/expr.py examples/lisp.py examples/xml.py
+