This commit is contained in:
Julian Barathieu 2019-06-15 13:44:49 +02:00 committed by Adrien Bourmault
parent 0033b6363c
commit 30fea86300
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ all : OS/K $(dep)
$(KOBJDIR):
@mkdir -p $(KOBJDIR)
wc:
@rm -f build/kaleid*_disasm.asm
@cat $(shell find -name *.[ch]) $(shell find -name *.asm) $(shell find -name *.inc) | wc -l
## LIB C MAKEFILE ------------------------------------------------------------ #
-include $(LibCDep)