Files
adventofcode2023/02/Makefile
Lucia Ceionia 71bb2a8f97 day 2 part 1
2023-12-02 03:17:55 -06:00

4 lines
57 B
Makefile

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