From a25c582d478152d381fc0eb64d7ce0d744263a97 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 2 Jun 2016 22:52:20 +0100 Subject: [PATCH] Makefile: add -f to avoid rm errors --- Applications/cave/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/cave/Makefile b/Applications/cave/Makefile index 1774fdec..2527e85d 100644 --- a/Applications/cave/Makefile +++ b/Applications/cave/Makefile @@ -28,4 +28,4 @@ advent: $(OBJ) $(FCC) $(PLATFORM) $(FCCOPTS) -o $@ $(OBJ) clean: - rm advent advent.db advgen *.rel *.asm *.lst core *.sym *.map *.noi *.lk *.ihx *.tmp *.bin + rm -f advent advent.db advgen *.rel *.asm *.lst core *.sym *.map *.noi *.lk *.ihx *.tmp *.bin -- 2.34.1