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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user