mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-26 10:49:17 +00:00
9 lines
148 B
Makefile
9 lines
148 B
Makefile
|
|
||
|
all: minbios.rom
|
||
|
|
||
|
%.rom: %.asm
|
||
|
naken_asm -b $<
|
||
|
dd if=out.bin of=$@ bs=1 count=8192
|
||
|
|
||
|
# python parsebdf8.py -f -s 32 -e 127 -B fonts/tom-thumb.bdf
|