Skip to content

Commit

Permalink
[Makefile] Fix shard.lock recipe (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Aug 23, 2021
1 parent 456e46a commit 635d36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -61,6 +61,6 @@ lib: shard.lock
$(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C lib/molinillo --strip-components=1)

shard.lock: shard.yml
$(SHARDS) update
[ $(SHARDS) = false ] || $(SHARDS) update

phony:

0 comments on commit 635d36a

Please sign in to comment.