File: Makefile

package info (click to toggle)
ofxstatement-plugins 20210310
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,964 kB
  • sloc: python: 7,219; xml: 1,027; makefile: 167; sh: 92
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
PYTHON=.venv/bin/python

all: PYTHON

PYTHON: setup.py
	-rm -r .venv
	virtualenv --clear --python python3 .venv
	$(PYTHON) setup.py develop