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