Fix make clean

This commit is contained in:
Maschell 2020-11-26 23:22:29 +01:00
parent 898a05b32c
commit 48451f05de

View File

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