1 Star 0 Fork 5

sen/vdns

forked from gngpp/vdns 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo-chenjiaqi 提交于 2022-04-01 13:36 . feat: Complete the cli operation
.PHONY: vdns build clean test test-race
VERSION=1.0.0
BIN=vdns
DIR_SRC=.
# cmd
DOCKER_CMD=docker
GO_ENV=CGO_ENABLED=0
GO_FLAGS=-ldflags="-X main.version=$(VERSION) -X 'main.buildTime=`date`' -extldflags -static"
GO=$(GO_ENV) $(shell which go)
GOROOT=$(shell `which go` env GOROOT)
GOPATH=$(shell `which go` env GOPATH)
#build: $(DIR_SRC)/main.go
# @$(GO) build $(GO_FLAGS) -o $(BIN) $(DIR_SRC)
#
#build_docker_image:
# @$(DOCKER_CMD) build -f ./Dockerfile -t vdns-server:$(VERSION) .
#
#testing:
# @$(cd ./testing)
# @$(GO) testing
#
#testing-race:
# @$(GO) testing -race ./
#
## clean all build result
#clean:
# @$(GO) clean ./
# @rm -f $(BIN)
# @rm -rf ./dist/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/git-w/vdns.git
git@gitee.com:git-w/vdns.git
git-w
vdns
vdns
main

搜索帮助