summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5019b6..1f61024 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ CPP := $(DEVKITPPC)/bin/powerpc-eabi-cpp -P
CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc.exe
LD := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwldeppc.exe
-INCLUDES := -i include/
+INCLUDES := -i include -i include/dolphin -i include/libc
ASM_INCLUDES := -I include/
ifdef LD_TEST