Skip to content

Commit 486325f

Browse files
committed
Cleanup Makefile
- actually use targets - use target dependencies - 30% less lines of code - now displays running command - add missing .PHONY targets - set build version using git describe - set commit hash Signed-off-by: Ondrej Fabry <[email protected]>
1 parent b346097 commit 486325f

File tree

4 files changed

+213
-306
lines changed

4 files changed

+213
-306
lines changed

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@
2424
# go-tests = true
2525
# unused-packages = true
2626

27-
required = ["github.com/wadey/gocovmerge", "github.com/docker/docker/api", "github.com/docker/swarmkit", "github.com/opencontainers/runc", "golang.org/x/exp/inotify", "github.com/google/cadvisor", "k8s.io/apiserver/pkg/apis/apiserver", "github.com/ugorji/go/codec", "github.com/docker/distribution"]
27+
required = [
28+
"github.com/wadey/gocovmerge",
29+
"github.com/docker/docker/api",
30+
"github.com/docker/swarmkit",
31+
"github.com/opencontainers/runc",
32+
"golang.org/x/exp/inotify",
33+
"github.com/google/cadvisor",
34+
"k8s.io/apiserver/pkg/apis/apiserver",
35+
"github.com/ugorji/go/codec",
36+
"github.com/docker/distribution"
37+
]
2838

2939
[[constraint]]
3040
revision = "0456d22f67865977065886ed58778621b21b7ede"

0 commit comments

Comments
 (0)