From 4151c7cf5aed05646ea79a6c5203c9e05fe3fc27 Mon Sep 17 00:00:00 2001 From: Juul Date: Mon, 21 Jul 2025 13:54:15 +0200 Subject: [PATCH] Makefile bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33cb34d..173d23d 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ run: python3 __main__.py package: - rm p1-fopper.pyz && python3 -m zipapp . -o p1-fopper.pyz \ No newline at end of file + [ -f "p1-fopper.pyz" ] && rm p1-fopper.pyz & python3 -m zipapp . -o p1-fopper.pyz \ No newline at end of file