mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
make: add .github dir to whitespace sweep
This commit is contained in:
parent
cf721cf4b1
commit
9cd574a78e
2
Makefile
2
Makefile
@ -341,7 +341,7 @@ sweep:
|
||||
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
|
||||
! -name "*.ser" -type f -print0 | \
|
||||
xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile
|
||||
find ${.CURDIR}/Scripts -type f -print0 | \
|
||||
find ${.CURDIR}/Scripts ${.CURDIR}/.github -type f -print0 | \
|
||||
xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile
|
||||
find ${.CURDIR} -type f -depth 1 -print0 | \
|
||||
xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user