From 124e7a199bc562f8590221e838e641f917b705a1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 1 Jun 2025 13:57:22 +0200 Subject: [PATCH] buildsys: add top-level make tidy target See pve-common's commit 5ae1f2e ("buildsys: add tidy make target") for details about the chosen parameters. Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index ed09ea8..b198f87 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,10 @@ all: dinstall: deb dpkg -i $(DEB) +.PHONY: tidy +tidy: + git ls-files ':*.p[ml]'| xargs -n4 -P0 proxmox-perltidy + $(BUILDDIR): rm -rf $(BUILDDIR) cp -a src $(BUILDDIR)