adventofcode2023/07/Makefile
2023-12-07 01:21:29 -06:00

4 lines
57 B
Makefile

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