diff --git a/Makefile b/Makefile index 50ee511..b159968 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ $(BUILD): #------------------------------------------------------------------------------- clean: @echo clean ... - @rm -fr $(BUILD) $(TARGET).rpx $(TARGET).elf + @rm -fr $(BUILD) $(TARGET).wms $(TARGET).elf #------------------------------------------------------------------------------- else