about summary refs log tree commit diff stats
path: root/gba/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gba/Makefile')
-rw-r--r--gba/Makefile2
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
25SOURCES := source 25SOURCES := source
26DATA := 26DATA :=
27GRAPHICS := gfx 27GRAPHICS := gfx
28INCLUDES := 28INCLUDES := ../include
29 29
30#--------------------------------------------------------------------------------- 30#---------------------------------------------------------------------------------
31# options for code generation 31# options for code generation