From ec48e6d4211a7f7f594444ebd30988353528d654 Mon Sep 17 00:00:00 2001 From: Ermis Wieger Date: Wed, 28 Aug 2024 10:42:46 +0200 Subject: [PATCH] makefile change --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 798983b..e68801a 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,7 @@ 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 \ No newline at end of file