This website requires JavaScript.
Explore
Help
Sign In
benoit
/
advent_of_code_2024_asm
Watch
1
Star
0
Fork
You've already forked advent_of_code_2024_asm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
advent_of_code_2024_asm
/
part2
/
Makefile
4 lines
101 B
Makefile
Raw
Permalink
Blame
History
main
:
main
.
asm
nasm -g -f elf64 -o main.out main.asm
gcc -g -no-pie -nostartfiles -o main main.out
Reference in New Issue
View Git Blame
Copy Permalink