# HG changeset patch # User Drew Perttula # Date 1433913177 0 # Node ID 15a13eba6fc3facb28bfcd483b94a92a7e4ddfe0 # Parent beb0688cbfd8be15c08f972cbcbc414ce1cd48fd effect_node_setup Ignore-this: bdab429fc01025c96b09b8663ca8c346 diff -r beb0688cbfd8 -r 15a13eba6fc3 makefile --- a/makefile Wed Jun 10 04:57:17 2015 +0000 +++ b/makefile Wed Jun 10 05:12:57 2015 +0000 @@ -9,6 +9,9 @@ # needed packages: python-gtk2 python-imaging +binexec: + chmod a+x bin/* + install_python_deps: link_to_sys_packages env/bin/pip install -U -r pydeps @@ -71,3 +74,5 @@ arduino_upload: /usr/share/arduino/Arduino.mk cd rgbled make upload + +effect_node_setup: create_virtualenv packages binexec install_python_deps