# HG changeset patch # User Drew Perttula # Date 2015-06-10 05:12:57 # Node ID 15a13eba6fc3facb28bfcd483b94a92a7e4ddfe0 # Parent beb0688cbfd8be15c08f972cbcbc414ce1cd48fd effect_node_setup Ignore-this: bdab429fc01025c96b09b8663ca8c346 diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -9,6 +9,9 @@ tests_watch: # 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 @@ darcs_show_checkpoint: arduino_upload: /usr/share/arduino/Arduino.mk cd rgbled make upload + +effect_node_setup: create_virtualenv packages binexec install_python_deps