Fix make clean

This commit is contained in:
Maschell 2022-01-12 23:06:34 +01:00
parent 77b805a592
commit 37259a10d8
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