mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01: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