Reenable logging, Update Dockerfile to use WUMS 0.2

This commit is contained in:
Maschell
2021-09-17 18:19:32 +02:00
parent 3c22ea9404
commit 18a2889a36
4 changed files with 5 additions and 10 deletions

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