1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2025-12-17 09:37:02 +00:00

Use Glide instead of gom

This commit is contained in:
teru
2016-09-29 12:08:07 +09:00
parent db554a1da1
commit cb6e9ce2c5
4 changed files with 30 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ VERSION=$(patsubst "%",%,$(lastword $(shell grep 'const Version' version.go)))
default: build
installdeps:
gom install
glide install -v
build:
go build -v -ldflags "-X main.gittag=`git rev-parse --short HEAD`" -o build/mailfull_$(GOOS)_$(GOARCH)/mailfull cmd/mailfull/mailfull.go