summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2012-12-05 11:47:19 -0800
committerGuido van Rossum <guido@python.org>2012-12-05 11:47:19 -0800
commit72d112898b55db0ac6ad71a6ddcbdd3cc8569bcb (patch)
tree8814f2555db19a0a70af0a324a3ea5ed9d8c9810 /Makefile
parent802b5f7606c14a108f2a026e6e8f7cc036c7144c (diff)
downloadtrollius-72d112898b55db0ac6ad71a6ddcbdd3cc8569bcb.tar.gz
Roll back last change -- it was an experiment accidentally committed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1da4dbb..533e742 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PYTHON=python3.3
test:
- $(PYTHON) main.py -d
+ $(PYTHON) main.py -v
echo:
$(PYTHON) echosvr.py -v