From 01470eb0aae51d34db3cdc377a66b7d909344bcb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 29 Jun 2010 21:49:34 +1200 Subject: Add simple example program. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2bf69c1..c99a7b7 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ check: all clean: rm -f .coverage *.py[co] btree/*.py[co] insert.prof lookup.prof - rm -rf build tempdir btree.log + rm -rf build tempdir btree.log example.tree -- cgit v1.2.1