mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
9 lines
132 B
Makefile
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
|