summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-08 22:14:55 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-09 00:25:13 +0100
commit0e9b092531247ea00840d97b4d96fbfd0395c179 (patch)
tree1c40e0112bd1f3858699c01dd98ad0e605c8a2d3 /Makefile
parent31eba612f47fc19381eddc8b2fa825b56953784f (diff)
downloadsamba-0e9b092531247ea00840d97b4d96fbfd0395c179.tar.gz
Add 'make pep8' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b40c73d957..ae2fc0636d7 100644
--- a/Makefile
+++ b/Makefile
@@ -73,3 +73,6 @@ FORCE:
pydoctor:
$(WAF) pydoctor
+
+pep8:
+ $(WAF) pep8