From 777c7d7cdecca9ecb55fcf65e6c18b737e1bc5d3 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 14 Dec 2006 04:05:22 -0700 Subject: [PATCH] Makefile: add pyflakes target, only covering allmydata code (not pycrypto) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2