summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohann C. Rocholl <johann@rocholl.net>2009-10-02 12:24:03 -0700
committerJohann C. Rocholl <johann@rocholl.net>2009-10-02 12:24:03 -0700
commit28cd90639098d6a061451be60bf16babb62c3c6c (patch)
treea7a5191d3556dddf21b21677dff99f13c82a433e /Makefile
parent128b6d67e559e3fa4576712ff92f1b9bca4d6203 (diff)
downloadpep8-28cd90639098d6a061451be60bf16babb62c3c6c.tar.gz
Added simple Makefile for selftest and test suite.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2abc74f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+selftest :
+ python pep8.py --repeat pep8.py
+
+
+test :
+ python pep8.py --testsuite testsuite