X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=f8054daadeb7b1b2019298f5276de34b56bcd861;hb=a81623aa9629a3c5c8f8bf920e494a596b30c4b7;hp=6dea347ee5c97bec47471d1b0e8a468b7cbe2ff8;hpb=d039fffef4138da352ddf9809f471d5d85b639f9;p=mTask.git diff --git a/Makefile b/Makefile index 6dea347..f8054da 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ BINARIES:= mTaskInterpret miTask # mTaskExamples all: CleanSerial/Clean\ System\ Files/TTY.o $(BINARIES) #client/mTaskSymbols.h mkdir -p miTask-www - find ~/projects/iTasks-SDK/Libraries -path '*/WebPublic/*' -not -path '*/CodeMirror/*' -execdir cp -nR {} "$$PWD"/miTask-www/ \; - + find ~/projects/iTasks-SDK/Libraries -path '*/WebPublic' -execdir sh -c 'cp -nvR WebPublic/* '"$$PWD"/miTask-www/ \; CleanSerial/Clean\ System\ Files/TTY.o: make -C CleanSerial