5 lines
48 B
Makefile
5 lines
48 B
Makefile
|
FASM = fasm
|
||
|
|
||
|
mine.exe: mine.asm
|
||
|
$(FASM) $? $@
|