summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-03-31 15:37:18 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-03-31 15:37:18 +0700
commit744d1873856f55920aac96d207f8c170610de500 (patch)
tree37f1488626d5bc16c085d0449c8ea99e277be150 /makefile
parent18b4f9d1bff908fd91a48c1953ebcb8363855a59 (diff)
Makefile updates
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ef46637..439c42e 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ SOURCE_FILES = $(CFILES) $(AFILES)
OBJ_FILES = $(addprefix $(BDIR)/, $(addsuffix .o, $(basename $(SOURCE_FILES))))
INCLUDE = ./include
-ifeq ($(DEBUG), true)
+ifdef DEBUG
CFLAGS := -g3 $(CFLAGS)
AFLAGS := -g $(AFLAGS)
QEMUFLAGS := -s -S $(QEMUFLAGS)