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