summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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