From 48451f05de1ba17c53a6e30ebac535881ff96395 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 26 Nov 2020 23:22:29 +0100 Subject: [PATCH] Fix make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ebef38..dc41d1d 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ $(BUILD): #------------------------------------------------------------------------------- clean: @echo clean ... - @rm -fr $(BUILD) $(TARGET).rpx $(TARGET).elf + @rm -fr $(BUILD) $(TARGET).wms $(TARGET).elf #------------------------------------------------------------------------------- else