diff --git a/Makefile b/Makefile index 6f2a33f..798983b 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ .ONESHELL: BIN=.venv/bin/ +all: install build-msend install: python3 -m venv .venv source .venv/bin/activate $(BIN)pip3 install pyinstaller -clean: + build-msend: $(BIN)pyinstaller --noconfirm --clean msend_for_bhom.spec \ No newline at end of file