Commit f5b013a0 authored by Franco Fichtner's avatar Franco Fichtner

make: exclude new .ttf files from `lint' target

parent 3e4e5872
......@@ -28,8 +28,8 @@ lint:
find ${.CURDIR}/src ! -name "*.xml" ! -name "*.eot" \
! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \
! -name "*.otf" ! -name "*.png" ! -name "*.js" \
! -name "*.scss" ! -name "*.py" -type f -print0 | \
xargs -0 -n1 php -l
! -name "*.scss" ! -name "*.py" ! -name "*.ttf" \
-type f -print0 | xargs -0 -n1 php -l
sweep:
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
......
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