make: decrease whitespace sweep scope a bit

This commit is contained in:
Franco Fichtner 2014-12-28 09:24:05 +01:00
parent a9a28c74b0
commit 8efe7dcaf9

View File

@ -18,7 +18,7 @@ lint:
find ${.CURDIR}/src -name "*.php" -print0 | xargs -0 -n1 php -l
sweep:
find ${.CURDIR}/src ! -name "*.min.*" \
find ${.CURDIR}/src/www ! -name "*.min.*" ! -name "*.svg" \
! -name "*.map" -type f -print0 | \
xargs -0 -n1 scripts/cleanfile