We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shard.lock
SHARDS=false
1 parent 182792a commit ec84197Copy full SHA for ec84197
Makefile
@@ -109,7 +109,7 @@ lib: shard.lock
109
$(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C lib/molinillo --strip-components=1)
110
111
shard.lock: shard.yml
112
- [ $(SHARDS) = false ] || $(SHARDS) update
+ ([ $(SHARDS) = false ] && touch $@) || $(SHARDS) update
113
114
man/%.gz: man/%
115
gzip -c -9 $< > $@
0 commit comments