Skip to content

Commit

Permalink
fix processing lib buld
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Apr 15, 2018
1 parent 9ad7057 commit fbfc02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ processinglib: jar
cp packaging/processing-export.txt blink1/library/export.txt
cp -r build/* blink1/library
rm -rf blink1/library/html
cp -r ../processing/* blink1/examples
zip --exclude \*application.\* --exclude \*~ --exclude .DS_Store -r $(LIBZIPNAME) blink1
cp -r processing/* blink1/examples
zip --exclude \*application.\* --exclude \*~ --exclude .DS_Store --exclude \*zip -r $(LIBZIPNAME) blink1
cp $(LIBZIPNAME) build
@echo
@echo "now unzip $(LIBZIPNAME) into ~/Documents/Processing/libraries"
Expand Down

0 comments on commit fbfc02b

Please # to comment.