mirror of
https://github.com/kristoferssolo/Advent-of-Code.git
synced 2025-10-21 18:00:35 +00:00
5 lines
122 B
Makefile
5 lines
122 B
Makefile
run day part:
|
|
cargo watch -x "check -p {{day}}"
|
|
create day:
|
|
cargo generate --path ./daily-template --name {{day}}
|