Add top-level Makefile for sysmodules

This commit is contained in:
TuxSH
2018-05-23 09:50:19 +02:00
parent 4b40dd52f4
commit 9fad2dff21
5 changed files with 21 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ $(BUILD):
#---------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr $(BUILD) $(TARGET).bin $(TARGET).elf
@rm -fr $(BUILD) $(TARGET).cxi $(TARGET).elf
#---------------------------------------------------------------------------------