Created a makefile for simplified assembly and Vim comfort
This commit is contained in:
parent
e341934d31
commit
87c505b8a8
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FASM = fasm
|
||||
|
||||
mine.exe: mine.asm
|
||||
$(FASM) $? $@
|
Loading…
Reference in a new issue