Fix make clean

This commit is contained in:
Maschell 2022-01-26 14:20:21 +01:00
parent a267015571
commit f374744bae

View File

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