diff --git a/build/root/Makefile b/build/root/Makefile index 8b36b077e4f..628b093d220 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -35,9 +35,13 @@ BASH_ENV := ./hack/lib/logging.sh # Define variables so `make --warn-undefined-variables` works. PRINT_HELP ?= +WHAT ?= +TESTS ?= # We don't need make's built-in rules. MAKEFLAGS += --no-builtin-rules +# Be pedantic about undefined variables. +MAKEFLAGS += --warn-undefined-variables .SUFFIXES: # Constants used throughout.