adventofcode2023/05/Makefile
2023-12-05 02:57:57 -06:00

4 lines
51 B
Makefile

all:
nasm -felf32 main.s && ld -melf_i386 main.o