X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=6ca4681a45a10f5f2e900df0e256cc4e18600ecd;hb=6e3b45dd6cef95c1577a91b15a1256fa4b06ca88;hp=ddb4dfcb71094154b4b220eed36c27900ead95c5;hpb=0efbd98973520d55ec4e80e443911f43b3c28a0d;p=mTask.git diff --git a/Makefile b/Makefile index ddb4dfc..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 > $@ @@ -35,4 +39,5 @@ int/mTaskSymbols.h: mTaskMakeSymbols clean: - $(RM) -r $(BINARIES) Clean\ System\ Files + $(RM) -r $(BINARIES) Clean\ System\ Files miTask-data + make -C CleanSerial clean