Change timeout to ADT and start supporting interrupts
[mTask.git] / Makefile
index 7b0fe31..ab55386 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ CleanSerial/Clean\ System\ Files/TTY.o:
        make -C CleanSerial
 
 client/mTaskSymbols.h: mTaskMakeSymbols
+       mkdir -p client
        ./$< -nr > $@
 
 %: %.icl $(wildcard */*.[id]cl *.[id]cl)
@@ -36,4 +37,5 @@ client/mTaskSymbols.h: mTaskMakeSymbols
 
 clean:
        $(RM) -r $(BINARIES) Clean\ System\ Files miTask-data miTask-www
+       find . -type d -name 'Clean System Files' -print0 | xargs -r0 rm -r
        make -C CleanSerial clean