summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2023-08-15 18:21:42 +0100
committerGitHub <noreply@github.com>2023-08-15 10:21:42 -0700
commita2deca64d24427d6856dc5e7fc43bde4b1641a43 (patch)
treeb6566ff3648a5fdab02c57c21b1bb9fab1294ccd /Makefile
parentf19df74c6ee597f01c3d7def1fdef105d9bdef92 (diff)
aprintf OK (#51)
* m_pause OK * yeah now it's OK lol * refactor * refactor 2 * m_controller OK * format * fix size comment in game * refactor 3 * refactor 4 * refactor 5 * add unused macro * aprintf OK
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a00ebfc..3b4c29c 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ SPLAT_YAML ?= $(TARGET).$(VERSION).yaml
IINC := -Iinclude -Isrc -Ibin/$(VERSION) -I.
-IINC += -Ilib/ultralib/include -Ilib/ultralib/include/PR
+IINC += -Ilib/ultralib/include -Ilib/ultralib/include/PR -Ilib/ultralib/include/ido
ifeq ($(KEEP_MDEBUG),0)
RM_MDEBUG = $(OBJCOPY) --remove-section .mdebug $@