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