From 26d56ace52be9f9e019ab18022a47feb402a73e1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Jan 2016 01:53:33 +0100 Subject: improve clean.mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mk/clean.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/clean.mk b/mk/clean.mk index c2a90b4..1ae4fdc 100644 --- a/mk/clean.mk +++ b/mk/clean.mk @@ -13,7 +13,7 @@ .PHONY: clean clean: clean-dist @$(PRINTF_INFO) '\e[00;01;31mCLEANING BUILT FILES\e[34m\e[00m\n' - -$(Q)$(RM) -r -- bin aux + -$(Q)$(RM) -r -- bin aux *.su src/*.su src/*/*.su src/*/*/*.su src/*/*/*/*.su @$(ECHO) # Delete all files that are created during configuration or building. -- cgit v1.2.3-70-g09d2