From 7f62439e7b7d86aaa16947670a483e1a32d52f37 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 19 Dec 2024 17:30:49 +0100 Subject: [PATCH] make: move to better spot --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e18ce4dab..63819fdf7 100644 --- a/Makefile +++ b/Makefile @@ -417,8 +417,6 @@ LINTBIN?= ${.CURDIR}/contrib/parallel-lint/parallel-lint lint-php: @${LINTBIN} src -glint: sweep style-fix plist-fix lint - lint: plist-check lint-shell lint-xml lint-model lint-acl lint-exec lint-php sweep: @@ -466,6 +464,8 @@ style-model: style: style-python style-php +glint: sweep style-fix plist-fix lint + license: debug @${.CURDIR}/Scripts/license > ${.CURDIR}/LICENSE