mirror of
https://github.com/kristoferssolo/Advent-of-Code.git
synced 2026-02-04 14:12:02 +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}}
|