This website requires JavaScript.
Explore
Help
Sign In
resetreboot
/
mineassembly
Watch
1
Star
0
Fork
You've already forked mineassembly
0
Code
Issues
Pull requests
Releases
Wiki
Activity
43ab849975
mineassembly
/
Makefile
9 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
Created a makefile for simplified assembly and Vim comfort
2020-06-06 13:43:05 +02:00
FASM
=
fasm
Now the map generates correctly, still shown
2020-06-08 20:10:53 +02:00
FLAGS
=
-s mine.tds
Created a makefile for simplified assembly and Vim comfort
2020-06-06 13:43:05 +02:00
mine.exe
:
mine
.
asm
Now the map generates correctly, still shown
2020-06-08 20:10:53 +02:00
$(
FASM
)
$(
FLAGS
)
$?
$@
Turn into EXE and create Makefile and gitignore
2020-06-06 13:47:22 +02:00
clean
:
-rm *.exe
Reference in a new issue
Copy permalink