X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=Makefile;h=5f220fa3fad69992806f8d6e37e419f93f43c1be;hb=8b2590c311ad24f809a5b27d2a408b6e9338db1d;hp=3b40c73d9578505499def9bedb9e0ee1f6cff597;hpb=6da26870e0ae5acd6ff49a30ec2f6886b44d095e;p=obnox%2Fsamba%2Fsamba-obnox.git diff --git a/Makefile b/Makefile index 3b40c73d957..5f220fa3fad 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ # simple makefile wrapper to run waf -WAF_BINARY=./buildtools/bin/waf +PYTHON?=python +WAF_BINARY=$(PYTHON) ./buildtools/bin/waf WAF=WAF_MAKE=1 $(WAF_BINARY) all: @@ -73,3 +74,6 @@ FORCE: pydoctor: $(WAF) pydoctor + +pep8: + $(WAF) pep8