mirror of
https://github.com/corkami/pics
synced 2026-06-08 13:35:59 +00:00
7 lines
73 B
Makefile
7 lines
73 B
Makefile
all: simple.com
|
|
|
|
clean:
|
|
del *.com
|
|
|
|
simple.com: simple.asm
|
|
yasm -o $@ $<
|