update'
[mTask.git] / Makefile
index cef4b6a..6ca4681 100644 (file)
--- 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