adventofcode2023/05/Makefile

4 lines
51 B
Makefile
Raw Normal View History

2023-12-05 02:57:57 -06:00
all:
nasm -felf32 main.s && ld -melf_i386 main.o