From 29764bd79ab539aec606088110d8eb445ea8fdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Tue, 24 Sep 2024 22:08:08 +0200 Subject: [PATCH] chore: Add more recipes to just MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/justfile b/justfile index f4d2123..5ea0620 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,9 @@ +default: + just --list + +build: + echo "not implemented yet" + dev: go run cmd/yr.go