mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
4 lines
64 B
Makefile
4 lines
64 B
Makefile
|
step0_repl:
|
||
|
nasm -felf64 step0_repl.asm
|
||
|
ld -o $@ step0_repl.o
|