X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=6ca4681a45a10f5f2e900df0e256cc4e18600ecd;hb=8449be73c124cdccd37500c0d67d9404b94fc9c8;hp=cef4b6aa103bcc3c79b0af78af46a38479d7c48a;hpb=8d881526eee2134ade0eb6f3b554876ecced2db6;p=mTask.git diff --git a/Makefile b/Makefile index cef4b6a..6ca4681 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,11 @@ CLMLIBS:=\ BINARIES:= mTaskExamples mTaskInterpret miTask -all: $(BINARIES) int/mTaskSymbols.h +all: CleanSerial/Clean\ System\ Files/TTY.o $(BINARIES) int/mTaskSymbols.h + +CleanSerial/Clean\ System\ Files/TTY.o: + make -C CleanSerial + int/mTaskSymbols.h: mTaskMakeSymbols ./$< -nr > $@ @@ -36,3 +40,4 @@ int/mTaskSymbols.h: mTaskMakeSymbols clean: $(RM) -r $(BINARIES) Clean\ System\ Files miTask-data + make -C CleanSerial clean