7 lines
41 B
Makefile
7 lines
41 B
Makefile
all:
|
|
fasm cmd.asm
|
|
|
|
clean:
|
|
|
|
install: all
|