summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@google.com>2012-10-16 22:09:15 -0700
committerGuido van Rossum <guido@google.com>2012-10-16 22:09:15 -0700
commit0b0da72d0d23a4c582ea07dd3d2638021183750e (patch)
tree7d5d2090930cc3036c63c3c90d5e38e581fa02ef /Makefile
downloadtrollius-0b0da72d0d23a4c582ea07dd3d2638021183750e.tar.gz
Initial checkin.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..89fb927
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+test:
+ time python3.3 main.py
+
+profile:
+ python3.3 -m profile -s time main.py