diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2016-12-07 20:25:11 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2016-12-07 20:25:11 -0500 |
| commit | 511c2e475df24745d994f78426532d930f64e67c (patch) | |
| tree | 4c03e4a1607ed235c0812157ee74f8f0c359d1d4 /Makefile | |
| parent | f418327100c110a7b47fb3be342276b5edd0be17 (diff) | |
I think I got all the executable code
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
