From 0da517f53183c5f5a25de59e73d8a889977a89bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 11 Feb 2024 19:38:39 -0800 Subject: [PATCH] fixup! mage -> just --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index bb99183..cc92e7e 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,7 @@ build_dir := "bin" cmd := "./cmd/" + binary output := "." / build_dir / binary +# do the thing default: run # build binary