X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=6ca4681a45a10f5f2e900df0e256cc4e18600ecd;hb=3cac8340c7c822ecda3783286196c6bc4cdec66a;hp=5f19a89625757e2ca40c2e4c7911065a337ff2dc;hpb=3717889965f37ab0670a4e74f5e378c5cd9996f7;p=mTask.git diff --git a/Makefile b/Makefile index 5f19a89..6ca4681 100644 --- a/Makefile +++ b/Makefile @@ -25,9 +25,12 @@ 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 > $@ @@ -37,3 +40,4 @@ int/mTaskSymbols.h: mTaskMakeSymbols clean: $(RM) -r $(BINARIES) Clean\ System\ Files miTask-data + make -C CleanSerial clean