x64-httpd/makefile
2025-05-04 11:26:20 +00:00

3 lines
61 B
Makefile

main:
nasm -f elf64 -o hello.o hello.s
ld -o hello hello.o