adventofcode2023/06/Makefile

4 lines
46 B
Makefile
Raw Normal View History

2023-12-06 00:10:38 -06:00
all:
nasm -g -felf64 main.s && ld -g main.o