CP437.BIN: generate from shipped bitmap
This commit is contained in:
parent
c3f347d9eb
commit
d6f1d1ff3d
3
Makefile
3
Makefile
@ -42,6 +42,9 @@ utils/%: src/utils/%.c
|
|||||||
mkdir -p utils
|
mkdir -p utils
|
||||||
$(CC) -o $@ $<
|
$(CC) -o $@ $<
|
||||||
|
|
||||||
|
CP437.BIN: src/cp437.bmp utils/bmp2font
|
||||||
|
utils/bmp2font $< $@
|
||||||
|
|
||||||
# Boot sectors
|
# Boot sectors
|
||||||
boot/%.bs: boot/%.asm
|
boot/%.bs: boot/%.asm
|
||||||
$(NASM) $(NASM_ARGS) -DFLOPPY=$(FLOPPY) -o $@ $<
|
$(NASM) $(NASM_ARGS) -DFLOPPY=$(FLOPPY) -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user