Fix make clean

This commit is contained in:
Maschell 2022-01-26 13:32:54 +01:00
parent 05e721560a
commit 83893c0ad2
1 changed files with 1 additions and 1 deletions

View File

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