diff options
Diffstat (limited to 'gba/Makefile')
-rw-r--r-- | gba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gba/Makefile b/gba/Makefile index 49d0777..7097b49 100644 --- a/gba/Makefile +++ b/gba/Makefile | |||
@@ -25,7 +25,7 @@ BUILD := build | |||
25 | SOURCES := source | 25 | SOURCES := source |
26 | DATA := | 26 | DATA := |
27 | GRAPHICS := gfx | 27 | GRAPHICS := gfx |
28 | INCLUDES := | 28 | INCLUDES := ../include |
29 | 29 | ||
30 | #--------------------------------------------------------------------------------- | 30 | #--------------------------------------------------------------------------------- |
31 | # options for code generation | 31 | # options for code generation |