mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
PROJECT_NAME = butterfly
|
|
|
|
# Python env
|
|
VENV = $(PWD)/.env
|
|
PIP = $(VENV)/bin/pip
|
|
PYTHON = $(VENV)/bin/python
|
|
PYTEST = $(VENV)/bin/py.test
|