X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=bbe81871db2ed52ecfb6110045f803c5eb8b9606;hb=6abf86833edeae1742db393160db8a9e5c043889;hp=e0d65c9480d1637674aec983feb413e9cf5aaf78;hpb=7df511557f1e750bac4b45847f65e1e51aabdf54;p=mTask.git diff --git a/Makefile b/Makefile index e0d65c9..bbe8187 100644 --- 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: