tek/Justfile

9 lines
132 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