Skip to content

Commit

Permalink
Fix make touch shard.lock when SHARDS=false
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jan 30, 2025
1 parent 182792a commit bc5011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lib: shard.lock
$(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C lib/molinillo --strip-components=1)

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

man/%.gz: man/%
gzip -c -9 $< > $@
Expand Down

0 comments on commit bc5011e

Please sign in to comment.