mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
make: add glint target here too
This commit is contained in:
@@ -44,7 +44,7 @@ list:
|
||||
.endfor
|
||||
|
||||
# shared targets that are sane to run from the root directory
|
||||
TARGETS= clean lint plist-fix revision style style-fix style-python sweep test
|
||||
TARGETS= clean glint lint plist-fix revision style style-fix style-python sweep test
|
||||
|
||||
.for TARGET in ${TARGETS}
|
||||
${TARGET}:
|
||||
|
||||
@@ -417,6 +417,8 @@ sweep: check
|
||||
find ${.CURDIR} -type f -depth 1 -print0 | \
|
||||
xargs -0 -n1 ${SCRIPTSDIR}/cleanfile
|
||||
|
||||
glint: sweep style-fix plist-fix lint
|
||||
|
||||
revision:
|
||||
@MAKE=${MAKE} ${SCRIPTSDIR}/revbump.sh ${.CURDIR}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user