Button implemented
[mTask.git] / Makefile
index 5f19a89..6ca4681 100644 (file)
--- 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