mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +00:00
10 lines
228 B
Makefile
10 lines
228 B
Makefile
licenses:
|
|
cargo about generate about.hbs > crates/frontend/public/assets/licenses.html
|
|
|
|
frontend-dev:
|
|
cd crates/frontend/js-components && deno task dev
|
|
|
|
frontend-build:
|
|
cd crates/frontend/js-components && deno task build
|
|
|