mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +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:
parent
5e0b1b22c4
commit
2eefd62710
@ -71,7 +71,7 @@ endif
|
||||
|
||||
KERNEL_VERSIONS=
|
||||
|
||||
.PHONY: check build push
|
||||
.PHONY: fetch build push
|
||||
# Targets:
|
||||
# fetch: Downloads the kernel sources into ./sources
|
||||
# build: Builds all kernels
|
||||
|
Loading…
Reference in New Issue
Block a user