mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-10 11:21:05 +00:00
Non-existent target check is marked phony
The non-existent target "check" is marked phony. Signed-off-by: Justin Ko <oknitsuj@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@ endif
|
|||||||
|
|
||||||
KERNEL_VERSIONS=
|
KERNEL_VERSIONS=
|
||||||
|
|
||||||
.PHONY: check build push
|
.PHONY: fetch build push
|
||||||
# Targets:
|
# Targets:
|
||||||
# fetch: Downloads the kernel sources into ./sources
|
# fetch: Downloads the kernel sources into ./sources
|
||||||
# build: Builds all kernels
|
# build: Builds all kernels
|
||||||
|
Reference in New Issue
Block a user