tek/Justfile
2024-09-20 23:25:13 +03:00

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