From dfc0e0a36834007ba9847302f4addafc92396136 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 2 Jan 2012 20:24:03 +0100 Subject: [PATCH] make "make clean" work even if nothing is built yet --- tools/smartflash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/smartflash/Makefile b/tools/smartflash/Makefile index 3bd3903..b9770df 100644 --- a/tools/smartflash/Makefile +++ b/tools/smartflash/Makefile @@ -15,7 +15,7 @@ setup: @echo Now run ./smartflash clean: - rm firmware.bin generate-keys + rm -f firmware.bin generate-keys rm -rf files