diff options
Diffstat (limited to 'arm9/Makefile')
-rw-r--r-- | arm9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index 0eb1905..26ad86a 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -16,7 +16,7 @@ include $(DEVKITARM)/ds_rules #--------------------------------------------------------------------------------- BUILD := build SOURCES := source -INCLUDES := include +INCLUDES := include build ../common DATA := data #--------------------------------------------------------------------------------- |