mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
14 lines
236 B
Makefile
14 lines
236 B
Makefile
default:
|
|
just -l
|
|
status:
|
|
cargo c
|
|
cloc --by-file src/
|
|
git status
|
|
push:
|
|
git push -u codeberg main
|
|
git push -u origin main
|
|
fpush:
|
|
git push -fu codeberg main
|
|
git push -fu origin main
|
|
arranger:
|
|
cargo run --bin tek_arranger
|