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)