Merge pull request #445 from strk/phony-bundle

Make bundle rule phony
This commit is contained in:
Ivan Habunek 2023-12-14 13:03:41 +01:00 committed by GitHub
commit 6cf0e84d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ docs-serve:
docs-deploy: docs
rsync --archive --compress --delete --stats book/ bezdomni:web/toot
.PHONY: bundle
bundle:
mkdir bundle
cp toot/__main__.py bundle