parent
30ae244ef1
commit
4847eb4d88
24 changed files with 2507 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -6,6 +6,9 @@ cp437.bin: src/cp437.bmp scripts/bmp2font
|
|||
vga11.bin: src/vga11.asm cp437.bin
|
||||
nasm -o $@ $<
|
||||
|
||||
forth.bin: src/forth.asm
|
||||
nasm -o $@ $<
|
||||
|
||||
scripts/%: src/scripts/%.c
|
||||
mkdir -p scripts
|
||||
gcc -o $@ $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue