We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c508b2 commit e607fccCopy full SHA for e607fcc
Makefile
@@ -1,3 +1,4 @@
1
+.PHONY: build clean test package serve run-compose-test
2
PKGS := $(shell go list ./... | grep -v /vendor/)
3
VERSION := $(shell git describe --always)
4
GOOS ?= linux
0 commit comments