X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=Makefile;h=ae2fc0636d7d8e919c7263faa52ee900794430fe;hb=0cee9b01d9fbea94868a104d7140463923a3b95e;hp=cbbf045062e8cb58ccf5c00af4ef6ed056a3e19b;hpb=72e1a39effba7dca8d437c8cad009be6fb2c4506;p=kai%2Fsamba.git diff --git a/Makefile b/Makefile index cbbf045062e..ae2fc0636d7 100644 --- a/Makefile +++ b/Makefile @@ -68,8 +68,11 @@ ctags: # this allows for things like "make bin/smbtorture" bin/%:: FORCE - $(WAF) --targets=`basename $@` + $(WAF) --targets=$@ FORCE: pydoctor: $(WAF) pydoctor + +pep8: + $(WAF) pep8