From e9433912038e9eb13669155ecd30eb0c2f449dee Mon Sep 17 00:00:00 2001 From: Wesley Bos Date: Wed, 4 Sep 2024 16:19:19 +0200 Subject: [PATCH] feat: add run target --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 66c9b74..ea7f294 100644 --- a/justfile +++ b/justfile @@ -23,3 +23,6 @@ data-json-by-name name: set -euxo pipefail key=`just find-by-name {{name}}` lua tojson.lua `just file $key | sed 's/.lua//'` | jq '.[] | { metalcost: .metalcost, energycost: .energycost, buildtime: (.buildtime/100) }' + +run: init + go run *.go