summaryrefslogtreecommitdiff
path: root/vendor/github.com/hooklift/iso9660/Makefile
blob: 8ab1e3c4ef478f76dd5ddc81331f9bbe8e3f8b68 (plain)
1
2
3
4
5
6
7
8
9
10
GHACCOUNT := hooklift
NAME := iso9660
VERSION := v1.0.0

include common.mk

deps:
	go get github.com/c4milo/github-release
	go get github.com/mitchellh/gox
	go get github.com/docopt/docopt-go