12 lines
213 B
Makefile
12 lines
213 B
Makefile
2023_DAY3_OBJ = \
|
|
2023/day3/solution.o \
|
|
2023/day3/sample.txt.o \
|
|
common/parse_base10.o \
|
|
common/input_stride.o
|
|
|
|
2023/day3/solution.elf: $(2023_DAY3_OBJ)
|
|
$(DEFAULT_LINK)
|
|
|
|
ALL_ELF += \
|
|
2023/day3/solution.elf
|