Fix cleanup of .wms on make clean

This commit is contained in:
Maschell 2021-08-09 18:44:51 +02:00
parent d28b4b3068
commit 0806de46b0

View File

@ -105,7 +105,7 @@ $(BUILD):
#-------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr $(BUILD) $(TARGET).rpx $(TARGET).elf
@rm -fr $(BUILD) $(TARGET).wms $(TARGET).elf
#-------------------------------------------------------------------------------
else