1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-18 00:30:43 +00:00

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