未验证 提交 633d1187 编写于 作者: Y Yaron Schneider 提交者: GitHub

Merge pull request #35 from yaron2/makefile

Make file initial
##################################################
# Variables #
##################################################
ARCH?=amd64
CGO?=0
TARGET_OS?=linux
##################################################
# Variables #
##################################################
GIT_VERSION = $(shell git describe --always --abbrev=7)
GIT_COMMIT = $(shell git rev-list -1 HEAD)
DATE = $(shell date -u +"%Y.%m.%d.%H.%M.%S")
##################################################
# Tests #
##################################################
.PHONY: test
test:
go test ./pkg/...
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册