X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=9f52e893042f29c054372797ae81a5f4eb3eab3e;hb=c6709b5f2b35baa57f11e557d4baa96d6b9a54cf;hp=866a77feae5ec5162a7221494c518b2fdc676a6e;hpb=3c4bbb3cae00cb810107b39b99b8118e9e458a34;p=mTask.git diff --git a/Makefile b/Makefile index 866a77f..9f52e89 100644 --- a/Makefile +++ b/Makefile @@ -13,21 +13,22 @@ CLMLIBS:=\ -I $(CLEAN_HOME)/lib/TCPIP\ -I ./CleanSerial -BINARIES:= mTaskExamples mTaskInterpret miTask +BINARIES:= miTask #mTaskExamples mTaskInterpret miTask all: CleanSerial/Clean\ System\ Files/TTY.o $(BINARIES) int/mTaskSymbols.h CleanSerial/Clean\ System\ Files/TTY.o: make -C CleanSerial - int/mTaskSymbols.h: mTaskMakeSymbols ./$< -nr > $@ %: %.icl $(wildcard *.[id]cl) $(CLM) $(CLMLIBS) $(CLMFLAGS) $(basename $<) -o $@ - + mkdir -p $(basename $<)-www + find $(CLEAN_HOME)/lib -path '*/WebPublic/*' -execdir \ + cp -nR {} "$$PWD"/$(basename $<)-www/ \; clean: - $(RM) -r $(BINARIES) Clean\ System\ Files miTask-data + $(RM) -r $(BINARIES) Clean\ System\ Files miTask-data miTask-www make -C CleanSerial clean