makefile change
parent
a0b44bbc05
commit
35dcadceda
3
Makefile
3
Makefile
|
|
@ -1,11 +1,12 @@
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
BIN=.venv/bin/
|
BIN=.venv/bin/
|
||||||
|
all: install build-msend
|
||||||
install:
|
install:
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
$(BIN)pip3 install pyinstaller
|
$(BIN)pip3 install pyinstaller
|
||||||
|
|
||||||
clean:
|
|
||||||
|
|
||||||
build-msend:
|
build-msend:
|
||||||
$(BIN)pyinstaller --noconfirm --clean msend_for_bhom.spec
|
$(BIN)pyinstaller --noconfirm --clean msend_for_bhom.spec
|
||||||
Loading…
Reference in New Issue