diff --git a/Makefile b/Makefile index 932ad6335e..f17597a261 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ STANDARD_TARGETS = build check clean install test include utils.mk +all: build + # Create the rules $(eval $(call create_all_rules,$(COMPONENTS),$(TOOLS),$(STANDARD_TARGETS)))