mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
Makefile: add default rule
Otherwise `make` would only build the agent. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
3f8d4b6822
commit
0fd1eb59a4
2
Makefile
2
Makefile
@ -19,6 +19,8 @@ STANDARD_TARGETS = build check clean install test
|
|||||||
|
|
||||||
include utils.mk
|
include utils.mk
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
# Create the rules
|
# Create the rules
|
||||||
$(eval $(call create_all_rules,$(COMPONENTS),$(TOOLS),$(STANDARD_TARGETS)))
|
$(eval $(call create_all_rules,$(COMPONENTS),$(TOOLS),$(STANDARD_TARGETS)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user