16 lines
163 B
Makefile
16 lines
163 B
Makefile
day3:
|
|
bun run day3/pt1.ts
|
|
bun run day3/pt2.ts
|
|
|
|
day2:
|
|
stack run day2pt1
|
|
stack run day2pt2
|
|
|
|
day1:
|
|
stack run day1
|
|
|
|
all:
|
|
just day1
|
|
just day2
|
|
just day3
|