diff --git a/Makefile b/Makefile index eff1184..6f9b597 100644 --- a/Makefile +++ b/Makefile @@ -95,4 +95,4 @@ common-deb: build .PHONY: clean clean: cargo clean - rm -rf ./build ./PVE ./PMG ./pve-deb ./pmg-deb + rm -rf ./build ./PVE ./PMG ./pve-deb ./pmg-deb ./common-deb