summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-02-16 22:08:35 +1300
committerLars Wirzenius <liw@liw.fi>2010-02-16 22:08:35 +1300
commitf9c6680941422aaa53439c08818ebe5361c18ac2 (patch)
treebef8a3b2dab6e24f479504c62cfb2aeca09d74b5 /Makefile
downloadlarch-f9c6680941422aaa53439c08818ebe5361c18ac2.tar.gz
Write rudimentary first outline of btree node implementation,
with tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1f5e024
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all:
+
+check: all
+ python -m CoverageTestRunner
+ rm .coverage
+
+clean:
+ rm -f .coverage *.pyc *.pyo