Skip to content

Commit

Permalink
build: Combine shiv bundle steps to one
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 2, 2024
1 parent 876e9b5 commit b30c0fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b30c0fe

Please sign in to comment.