summaryrefslogtreecommitdiff
path: root/demo/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'demo/GNUmakefile')
-rw-r--r--demo/GNUmakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/demo/GNUmakefile b/demo/GNUmakefile
index 076b19f..aed29df 100644
--- a/demo/GNUmakefile
+++ b/demo/GNUmakefile
@@ -14,6 +14,7 @@ OBJCOPY := arm-none-eabi-objcopy
CFLAGS := \
-I../agbx/include \
+ -Iinclude \
-O3 \
-Wall \
-Wextra \
@@ -25,7 +26,12 @@ CFLAGS := \
# BINARIES
OBJS := \
- demo.o
+ source/chkkeys.o \
+ source/chgcol.o \
+ source/initdat.o \
+ source/initgfx.o \
+ source/loop.o \
+ source/main.o
ROMHDR := hdr.o