Updated Makefile to allow for the creation of specific tests (#5993)

This commit is contained in:
psf 2025-01-10 23:25:04 -08:00 committed by GitHub
parent 3c7708fae4
commit 71cf1bfaa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,9 @@ endif
ifeq (debug,$(MAKECMDGOALS))
DEBUG := 1
endif
ifeq ($(TESTELF),$(MAKECMDGOALS))
TEST := 1
endif
# Default make rule
all: rom