aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
+