Files
adventofcode2023/06/Makefile
Lucia Ceionia 2c259cd933 i just.. god..
2023-12-06 00:10:38 -06:00

4 lines
46 B
Makefile

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