From 3b893e0346929b554038909a3878c8e4a09dce19 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 4 Jun 2020 11:30:32 +0200 Subject: [PATCH] fixup clean target in Makefile Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee0939a..fb4f3b3 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,5 @@ deb: .PHONY: clean clean: - rm -rf build + rm -rf build *.deb *.buildinfo *.changes *.orig.tar.gz cargo clean