From 56ad51857c7f654b130c554b1b7f3100c026a7a0 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 26 Apr 2007 18:12:35 -0700 Subject: [PATCH] make pyflakes run faster and with more alacrity --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 1236f12a..0150e142 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -113,7 +113,7 @@ endif $(PP) $(PYTHON) misc/figleaf2el.py .figleaf $(INSTDIR) pyflakes: - pyflakes src/allmydata + $(PYTHON) -OOu /usr/local/bin/pyflakes src/allmydata count-lines: @echo -n "files: " -- 2.37.2