From 35dcadcedaa1cfd2c5669367dbdc10e1b42ca4c9 Mon Sep 17 00:00:00 2001 From: Ermis Wieger Date: Wed, 28 Aug 2024 10:39:49 +0200 Subject: [PATCH] makefile change --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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