tor-router/Makefile

10 lines
208 B
Makefile
Raw Normal View History

2015-07-06 14:21:09 +00:00
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