mirror of
https://github.com/pret/pokepinball.git
synced 2026-04-26 07:47:07 -05:00
Make hram a separate compilation unit
This commit is contained in:
parent
d1f4c7fab7
commit
8dccc7374b
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
.SECONDARY:
|
||||
|
||||
ROM := pokepinball.gbc
|
||||
OBJS := main.o wram.o sram.o
|
||||
OBJS := main.o wram.o sram.o hram.o
|
||||
|
||||
ifeq (,$(shell which sha1sum))
|
||||
SHA1 := shasum
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
INCLUDE "hram.asm"
|
||||
INCLUDE "vram.asm"
|
||||
INCLUDE "gbhw.asm"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user