adventofcode2023/06/Makefile
2023-12-06 00:10:38 -06:00

4 lines
46 B
Makefile

all:
nasm -g -felf64 main.s && ld -g main.o