comparison Makefile @ 0:1f85ed8ed469

Iniitial commit of sample ofxstatement plugin
author Andrey Lebedev <andrey@lebedev.lt>
date Sat, 02 Nov 2013 14:26:03 +0200
parents
children 829eb62755b0
comparison
equal deleted inserted replaced
-1:000000000000 0:1f85ed8ed469
1 PYTHON=.venv/bin/python
2
3 all: PYTHON
4
5 PYTHON: setup.py
6 virtualenv -p python3 --no-site-packages .venv
7 $(PYTHON) setup.py develop