From ff43d65f36db1d193670184cdc08001f8e0b0602 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 28 Mar 2017 09:02:54 +0200 Subject: [PATCH] buildsys: add clean target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index effc7e9..7706415 100644 --- a/Makefile +++ b/Makefile @@ -49,3 +49,7 @@ update_modules: submodules .PHONY: submodules submodules dvb-firmware.git/README linux-firmware.git/WHENCE: test -f "linux-firmware.git/WHENCE" || git submodule update --init + +.PHONY: clean +clean: + rm -rf fwdata *.deb *.buildinfo *.dsc *.changes -- 2.39.2