X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=ab55386da12a49d01c98f22a4f34723271e31493;hb=a2b8b2a0de173f92092bf6cbbed23551e674ca3c;hp=e0d65c9480d1637674aec983feb413e9cf5aaf78;hpb=7df511557f1e750bac4b45847f65e1e51aabdf54;p=mTask.git diff --git a/Makefile b/Makefile index e0d65c9..ab55386 100644 --- a/Makefile +++ b/Makefile @@ -29,11 +29,13 @@ 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: $(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