actually working code
[mTask.git] / Makefile
index ddb4dfc..5f19a89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ CLMLIBS:=\
 BINARIES:= mTaskExamples mTaskInterpret miTask
 
 all: $(BINARIES) int/mTaskSymbols.h
+       make -C CleanSerial
 
 int/mTaskSymbols.h: mTaskMakeSymbols
        ./$< -nr > $@
@@ -35,4 +36,4 @@ int/mTaskSymbols.h: mTaskMakeSymbols
 
 
 clean:
-       $(RM) -r $(BINARIES) Clean\ System\ Files
+       $(RM) -r $(BINARIES) Clean\ System\ Files miTask-data