summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2022-03-17 20:15:20 +0000
committerIan C <ianc@noddybox.co.uk>2022-03-17 20:15:20 +0000
commit933aa1be6910ef49023716a59f815e679f0b934a (patch)
treeafb971418c3ee14419f49e061b4fc11966e7fa38
parent4659bc60bf2cc34fd43c5fcb4f6c76afebcd74bb (diff)
Updated Makefile for updated devkitpro
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c856bc..0a17dce 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ CFLAGS := -g -Wall -O2 -mword-relocations \
-ffunction-sections \
$(ARCH)
-CFLAGS += $(INCLUDE) -DARM11 -D_3DS
+CFLAGS += $(INCLUDE) -D__3DS__
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11