Skip to content

Commit

Permalink
added 'make vendor' to dist target, so tha tmake appstore can survive.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Oct 5, 2021
1 parent e8c5469 commit 8055138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -55,6 +55,7 @@ clean-deps:
.PHONY: dist
dist:
make source
make vendor
make appstore

# Builds the source package
Expand Down

0 comments on commit 8055138

Please sign in to comment.