mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-29 17:40:28 +00:00
Make: install tools target
This commit is contained in:
parent
f34a2e0d2b
commit
2f374a383e
2 changed files with 5 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -62,6 +62,10 @@ build: $(BUILD)
|
|||
$(BUILD): $(SOURCE_FILES)
|
||||
go build -o $(BUILD) $(BUILDPATH)
|
||||
|
||||
install.tools:
|
||||
go get -u -v github.com/Masterminds/glide
|
||||
go get -u -v golang.org/x/lint/golint
|
||||
|
||||
./bin:
|
||||
mkdir -p $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue