make lib compilable
authorMart Lubbers <mart@martlubbers.net>
Mon, 27 Feb 2017 12:21:16 +0000 (13:21 +0100)
committerMart Lubbers <mart@martlubbers.net>
Mon, 27 Feb 2017 12:21:16 +0000 (13:21 +0100)
Makefile

index 7b0fe31..bbe8187 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)