6 lines
47 B
Makefile
6 lines
47 B
Makefile
all:
|
|
fasm cmd.asm
|
|
|
|
clean:
|
|
|
|
install: all
|