projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fd876
)
Makefile: add pyflakes target, only covering allmydata code (not pycrypto)
author
Brian Warner
<warner@lothar.com>
Thu, 14 Dec 2006 11:05:22 +0000
(
04:05
-0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 14 Dec 2006 11:05:22 +0000
(
04:05
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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