From: Brian Warner Date: Thu, 14 Dec 2006 11:05:22 +0000 (-0700) Subject: Makefile: add pyflakes target, only covering allmydata code (not pycrypto) X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~429 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=777c7d7cdecca9ecb55fcf65e6c18b737e1bc5d3;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: add pyflakes target, only covering allmydata code (not pycrypto) --- diff --git a/Makefile b/Makefile index 6e635f6c..52741cd4 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,9 @@ test-figleaf: figleaf-output: figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes +pyflakes: + pyflakes src/allmydata + clean: rm -rf build