msend_bhom2binary/Makefile

11 lines
197 B
Makefile

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