Mercurial > code > home > repos > light9
comparison makefile @ 1519:a225c32bd9c8
new svg paint UI
Ignore-this: 11ce16de596585c08f9de5d2107c0eeb
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 12 Apr 2017 09:07:49 +0000 |
parents | df1237c39672 |
children | 69088fe2865e |
comparison
equal
deleted
inserted
replaced
1518:7480e26c75ed | 1519:a225c32bd9c8 |
---|---|
98 make upload | 98 make upload |
99 | 99 |
100 effect_node_setup: create_virtualenv packages binexec install_python_deps | 100 effect_node_setup: create_virtualenv packages binexec install_python_deps |
101 | 101 |
102 coffee: | 102 coffee: |
103 zsh -c 'coffee -cw light9/web/{.,live,timeline}/*.coffee' | 103 zsh -c 'coffee -cw light9/web/{.,live,timeline,paint}/*.coffee' |
104 | 104 |
105 env-mypy/bin/mypy: | 105 env-mypy/bin/mypy: |
106 mkdir -p env-mypy | 106 mkdir -p env-mypy |
107 virtualenv -p /usr/bin/python3 env-mypy/ | 107 virtualenv -p /usr/bin/python3 env-mypy/ |
108 env-mypy/bin/pip install mypy==0.501 lxml==3.7.3 | 108 env-mypy/bin/pip install mypy==0.501 lxml==3.7.3 |