]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: add pyflakes target, only covering allmydata code (not pycrypto)
authorBrian Warner <warner@lothar.com>
Thu, 14 Dec 2006 11:05:22 +0000 (04:05 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 14 Dec 2006 11:05:22 +0000 (04:05 -0700)
Makefile

index 6e635f6c30c309b6cf2e972ab32d45cdad040592..52741cd4a3d849c5924f21f77aa47dc9bad36cce 100644 (file)
--- 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