X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=7b0fe315731b4bd8636285ceb273ee494ce93d88;hb=00fec1dc0792381759d7cfbfb55f17996a11f1a4;hp=0beb478388124ef4a51d6d4b19febe28d0e976ef;hpb=9b2065c9dfc5abddd84a6e831129beecf985f798;p=mTask.git diff --git a/Makefile b/Makefile index 0beb478..7b0fe31 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,8 @@ CLMLIBS:=\ BINARIES:= miTask mTaskExamples mTaskInterpret all: CleanSerial/Clean\ System\ Files/TTY.o $(BINARIES) client/mTaskSymbols.h - find $(CLEAN_HOME)/lib -path '*/WebPublic/*' -execdir cp -nR {} "$$PWD"/miTask-www/ \; + mkdir -p miTask-www + find $(CLEAN_HOME)/lib -path '*/WebPublic/*' -not -path '*/CodeMirror/*' -execdir cp -nR {} "$$PWD"/miTask-www/ \; CleanSerial/Clean\ System\ Files/TTY.o: make -C CleanSerial @@ -30,7 +31,7 @@ CleanSerial/Clean\ System\ Files/TTY.o: client/mTaskSymbols.h: mTaskMakeSymbols ./$< -nr > $@ -%: %.icl $(wildcard *.[id]cl) +%: %.icl $(wildcard */*.[id]cl *.[id]cl) $(CLM) $(CLMLIBS) $(CLMFLAGS) $(basename $<) -o $@ clean: