This website requires JavaScript.
Explore
Help
Sign In
Zander671
/
asm-cat
Watch
1
Star
0
Fork
0
You've already forked asm-cat
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aa7a7088cf
asm-cat
/
Makefile
10 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial commit
2022-10-04 04:11:36 -07:00
cat
:
cat
.
o
ld -o cat cat.o
cat.o
:
cat
.
s
Remove comment and -g
2022-10-04 04:25:37 -07:00
nasm -f elf64 cat.s
Initial commit
2022-10-04 04:11:36 -07:00
.PHONY
:
clean
clean
:
rm -f cat.o cat
Reference in New Issue
Copy Permalink