From 3db78c95c34c6fe1a3e9e176086a442b7f42e12c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 May 2022 07:13:56 +0200 Subject: [PATCH] buildsys: remove common-deb flag file too on clean Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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