mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Merge branch 'master' of github.com:TimothyYe/godns
This commit is contained in:
commit
7ac3eed730
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
BINARY=godns
|
||||
# Builds the project
|
||||
build:
|
||||
GO111MODULE=on go build cmd/godns/godns.go -o ${BINARY} -ldflags "-X main.Version=${VERSION}"
|
||||
GO111MODULE=on go build -ldflags "-X main.Version=${VERSION}" -o ${BINARY} cmd/godns/godns.go
|
||||
# Installs our project: copies binaries
|
||||
install:
|
||||
GO111MODULE=on go install
|
||||
|
Loading…
x
Reference in New Issue
Block a user