mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Ensure moby is rebuilt if deps change.
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
a6b89f1137
commit
52de62206d
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ GIT_COMMIT=$(shell git rev-list -1 HEAD)
|
|||||||
|
|
||||||
default: moby
|
default: moby
|
||||||
|
|
||||||
DEPS=$(wildcard cmd/moby/*.go) Makefile
|
DEPS=$(wildcard cmd/moby/*.go src/moby/*.go src/initrd/*.go src/pad4/*.go) vendor.conf Makefile
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
|
|
||||||
GOLINT:=$(shell command -v golint 2> /dev/null)
|
GOLINT:=$(shell command -v golint 2> /dev/null)
|
||||||
|
Loading…
Reference in New Issue
Block a user