mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-23 13:13:21 +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:
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)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user