mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 08:26:42 +00:00
Ensure moby is rebuilt if deps change.
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user