mineassembly/Makefile

5 lines
48 B
Makefile
Raw Normal View History

FASM = fasm
mine.exe: mine.asm
$(FASM) $? $@