x64-httpd/makefile
2025-05-07 11:38:56 +00:00

3 lines
60 B
Makefile

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