diff --git a/Makefile b/Makefile index 20cb806..5fa96ab 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,10 @@ DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB) all: $(DEB) $(DBG_DEB) +.PHONY: tidy +tidy: + git ls-files ':*.p[ml]'| xargs -n4 -P0 proxmox-perltidy + $(BUILDDIR): rm -rf $@ $@.tmp cp -a src $@.tmp