chore: Add more recipes to just
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
86d8f74a99
commit
29764bd79a
1 changed files with 6 additions and 0 deletions
6
justfile
6
justfile
|
@ -1,3 +1,9 @@
|
||||||
|
default:
|
||||||
|
just --list
|
||||||
|
|
||||||
|
build:
|
||||||
|
echo "not implemented yet"
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
go run cmd/yr.go
|
go run cmd/yr.go
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue