From eacb03f84e27ecc8e65a9e8bbba1e671d5d8cf38 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Tue, 13 Jun 2023 21:38:36 -0400 Subject: [PATCH] add pycache --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c9fe2f9..e5bd2e4 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ test: build: clean pipenv run python -m pip install -r <(pipenv requirements ) --target build cp -r mail4one/ build/ + pipenv run python -m compileall build/mail4one -f pipenv run python -m zipapp \ --output mail4one.pyz \ --python "/usr/bin/env python3" \