From ec1db803f01ac6b59d3fae38f62c397825d7bed8 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Tue, 24 Dec 2019 21:27:52 -0600 Subject: [PATCH] Build: add explicit 'all' target in root Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index de5b41c920405b..8c629fc42dbd68 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ SUBDIRS += \ include Makefile.subdir +all: subdirs + .PHONY: test test: $(QUIET) $(MAKE) -C AK/Tests clean all clean