summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2016-12-07 20:25:11 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2016-12-07 20:25:11 -0500
commit511c2e475df24745d994f78426532d930f64e67c (patch)
tree4c03e4a1607ed235c0812157ee74f8f0c359d1d4 /Makefile
parentf418327100c110a7b47fb3be342276b5edd0be17 (diff)
I think I got all the executable code
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7e15d8..267808f 100755
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# Build Pokemon Pinball.
ROMS := pokepinball.gbc
-OBJS := main.o wram.o
+OBJS := main.o wram.o sram.o
# If your default python is 3, you may want to change this to python27.
PYTHON := python