Subversion Repositories Shiroi

Rev

Rev 9 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 12
Line 1... Line 1...
1
# $Id: Makefile 9 2024-08-28 16:35:27Z nishi $
1
# $Id: Makefile 12 2024-08-29 04:19:08Z nishi $
2
 
2
 
3
.PHONY: all clean
3
.PHONY: all clean
4
.SUFFIXES: .c .rel
4
.SUFFIXES: .c .rel
5
 
5
 
6
OBJS = shiroi.rel basic.rel io.rel char.rel math.rel text.rel video.rel sound.rel
6
OBJS = shiroi.rel basic.rel io.rel char.rel math.rel text.rel video.rel sound.rel debug.rel
7
 
7
 
8
all: shiroi.rom
8
all: shiroi.rom
9
 
9
 
10
shiroi.rom: shiroi.bin font.bin
10
shiroi.rom: shiroi.bin font.bin
11
	cat shiroi.bin font.bin > shiroi.rom
11
	cat shiroi.bin font.bin > shiroi.rom