X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=Makefile;h=5f220fa3fad69992806f8d6e37e419f93f43c1be;hb=47f65d5829167f061756621e50b480a8c16e4fbc;hp=cbbf045062e8cb58ccf5c00af4ef6ed056a3e19b;hpb=72e1a39effba7dca8d437c8cad009be6fb2c4506;p=mat%2Fsamba.git diff --git a/Makefile b/Makefile index cbbf045062..5f220fa3fa 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: @@ -68,8 +69,11 @@ ctags: # this allows for things like "make bin/smbtorture" bin/%:: FORCE - $(WAF) --targets=`basename $@` + $(WAF) --targets=$@ FORCE: pydoctor: $(WAF) pydoctor + +pep8: + $(WAF) pep8