From 91a1ea6bbe03db3b1230b903f20b3d0947c6e7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:44:13 -0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abdfb15..e7b5d75 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ ifneq ($(VERBOSE), 1) .SILENT: endif -ifeq ($(DISC_STOP_AT_BOOT, 1) +ifeq ($(DISC_STOP_AT_BOOT), 1) EE_CFLAGS += -DDISC_STOP_AT_BOOT endif