From b30c0fe1282d618c5ca47d7ab58997abe767ea96 Mon Sep 17 00:00:00 2001 From: Heikki Ketoharju Date: Sat, 2 Mar 2024 23:35:24 +0200 Subject: [PATCH] build: Combine shiv bundle steps to one --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e9fbed2..0fe28e2 100644 --- a/Makefile +++ b/Makefile @@ -7,15 +7,11 @@ help: | column -t -s '###' build-all: bundle viewer deb -#: Create a Python bundle from photos with shiv +#: Create a Python bundle from photos and photo-viewer with shiv bundle: @mkdir -p bin shiv -c photos -o ./bin/photos . - -#: Create a Python bundle from photo-viewer with shiv -viewer: - @mkdir -p bin shiv -c photo-viewer -o ./bin/photo-viewer . #: Create a deb package