tor-router/Makefile
2015-07-06 10:21:09 -04:00

10 lines
208 B
Makefile

all: dind .drone.yml
clean:
rm -f .drone.yml
dind:
git subtree add --prefix dind https://github.com/jpetazzo/dind.git master --squash
.drone.yml:
wget -qO- http://bit.ly/drone-yml-php | php > .drone.yml