mirror of
https://github.com/corkami/pics
synced 2026-06-08 13:35:59 +00:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
all: simple simple64
|
|
|
|
simple: simple.asm
|
|
yasm -o simple simple.asm
|
|
|
|
simple64: simple64.asm
|
|
yasm -o simple64 simple64.asm
|