CP437.BIN: generate from shipped bitmap
This commit is contained in:
parent
c3f347d9eb
commit
d6f1d1ff3d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -42,6 +42,9 @@ utils/%: src/utils/%.c
|
|||
mkdir -p utils
|
||||
$(CC) -o $@ $<
|
||||
|
||||
CP437.BIN: src/cp437.bmp utils/bmp2font
|
||||
utils/bmp2font $< $@
|
||||
|
||||
# Boot sectors
|
||||
boot/%.bs: boot/%.asm
|
||||
$(NASM) $(NASM_ARGS) -DFLOPPY=$(FLOPPY) -o $@ $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue