From f374744bae57804465c6207ce0f45b8b8de0ae39 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 26 Jan 2022 14:20:21 +0100 Subject: [PATCH] Fix make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abb3247..9e57970 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ $(BUILD): #------------------------------------------------------------------------------- clean: @echo clean ... - @rm -fr $(BUILD) $(TARGET).rpx $(TARGET).elf + @rm -fr $(BUILD) $(TARGET).wms $(TARGET).elf #------------------------------------------------------------------------------- else