make lib compilable
[mTask.git] / Makefile
index e0d65c9..bbe8187 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,10 @@ CleanSerial/Clean\ System\ Files/TTY.o:
        make -C CleanSerial
 
 client/mTaskSymbols.h: mTaskMakeSymbols
+       mkdir -p client
        ./$< -nr > $@
 
-%: %.icl $(wildcard *.[id]cl)
+%: %.icl $(wildcard */*.[id]cl *.[id]cl)
        $(CLM) $(CLMLIBS) $(CLMFLAGS) $(basename $<) -o $@
 
 clean: