From fba5f94d230be1a1116a794ce6bbb9cf737e35cf Mon Sep 17 00:00:00 2001 From: a Date: Mon, 14 Jul 2025 10:58:22 -0400 Subject: [PATCH] fix tab char --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76ab3c64..727cee46 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ endif ifeq ($(RELEASE), debug) OPT_FLAGS := -Og -ggdb3 - DEFINES += _DEBUG=1 + DEFINES += _DEBUG=1 else ifeq ($(RELEASE), general) OPT_FLAGS := -Os -ggdb3 else ifeq ($(RELEASE), final)