Commit 8efe7dca authored by Franco Fichtner's avatar Franco Fichtner

make: decrease whitespace sweep scope a bit

parent a9a28c74
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment