X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=b81c658ffd0b40c29a14a2ce1edafcb291f942e0;hb=2ebe31dbe4aeaae68d63ccdcb9072dec8c4180f6;hp=097818703af4b40d9575537ccea7171d11b64fca;hpb=af56e47862b8dd933d6f5c75b10aa8eafd78fb1e;p=mTask.git diff --git a/Makefile b/Makefile index 0978187..b81c658 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ BINARIES:= mTaskInterpret miTask # mTaskExamples all: CleanSerial/Clean\ System\ Files/TTY.o $(BINARIES) #client/mTaskSymbols.h mkdir -p miTask-www - find $(CLEAN_HOME)/lib -path '*/WebPublic/*' -not -path '*/CodeMirror/*' -execdir cp -nR {} "$$PWD"/miTask-www/ \; + find ~/projects/iTasks-SDK/Libraries -path '*/WebPublic/*' -not -path '*/CodeMirror/*' -execdir cp -nR {} "$$PWD"/miTask-www/ \; CleanSerial/Clean\ System\ Files/TTY.o: make -C CleanSerial