summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-05-28 18:02:29 +0100
committerLars Wirzenius <liw@liw.fi>2011-05-28 18:02:29 +0100
commit4f587d5f4aae10622fb39e27c415f114060519d7 (patch)
tree174eaf4feded700d8e0a39c00dfd33aed1b18035
parent9f133e2bf603483bea59916e84f41219c3227cc1 (diff)
downloadpython-tracing-4f587d5f4aae10622fb39e27c415f114060519d7.tar.gz
Add Makefile to build docs, clean up stuff.
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6670249
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all:
+ $(MAKE) -C doc html
+
+clean:
+ $(MAKE) -C doc clean
+ rm -rf build *.py[co]
+