summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2022-03-17 20:19:11 +0000
committerIan C <ianc@noddybox.co.uk>2022-03-17 20:19:11 +0000
commit626a52ce8b4a8b2989b3c871f9ec5bb4886eba2c (patch)
treee538a2c0f0d33e01aa38a0c4c53d4fda4d74a25c /Makefile
parent74fe4fda2a3059b97d1bfcc03e37be1a19ea82fe (diff)
Updated Makefile for newer devkitpro
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fd0cc9..5d32140 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,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