changeset 1233:15a13eba6fc3

effect_node_setup Ignore-this: bdab429fc01025c96b09b8663ca8c346
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 10 Jun 2015 05:12:57 +0000
parents beb0688cbfd8
children fb830770c703
files makefile
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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