.ONESHELL:
BIN=.venv/bin/
all: install build-msend
install:
python3 -m venv .venv
source .venv/bin/activate
$(BIN)pip3 install pyinstaller
$(BIN)pip3 install -r requirements.txt
build-msend:
$(BIN)pyinstaller --noconfirm --clean msend_for_bhom.spec