chiark / gitweb /
bin/disorder-notify: Rewrite and take over the functionality of `media-keys'.
[profile] / bin / bdl
CommitLineData
310d0527
MW
1#! /usr/bin/make -f
2
3## Silent-rules machinery.
4V = 0
5V_CURL_0 = @echo " CURL $@";
6
310d0527 7## Main rule.
c457f06e 8%:; $(V_CURL_$V)curl -fsL -o$@.new $A "$B$*" && mv $@.new $@
310d0527
MW
9
10## Help summary.
c457f06e 11help:; @echo "Usage: bdl [-j NPROC] [A=ARGS] [B=BASE] URL..."
310d0527 12.PHONY: help