Commit 3ff299e1 authored by Franco Fichtner's avatar Franco Fichtner

make: add rc.initial* scripts to lint target

parent 5e9ab6d8
......@@ -16,6 +16,7 @@ lint:
find ${.CURDIR}/src -name "*.class" -print0 | xargs -0 -n1 php -l
find ${.CURDIR}/src -name "*.inc" -print0 | xargs -0 -n1 php -l
find ${.CURDIR}/src -name "*.php" -print0 | xargs -0 -n1 php -l
find ${.CURDIR}/src -name "rc.initial*" -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