make: add glint target here too

This commit is contained in:
Franco Fichtner
2024-12-19 17:36:11 +01:00
parent 9aa95c79bf
commit 72e7bc03ec
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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}:
+2
View File
@@ -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}