Files
2016-12-14 22:39:54 +01:00

7 lines
73 B
Makefile

all: simple.com
clean:
del *.com
simple.com: simple.asm
yasm -o $@ $<