diff --git a/Makefile b/Makefile index 656b0847dd..0d2ef1d240 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ endif ifeq (debug,$(MAKECMDGOALS)) DEBUG := 1 endif +ifeq ($(TESTELF),$(MAKECMDGOALS)) + TEST := 1 +endif # Default make rule all: rom