aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-13 14:14:14 +0900
committernsfisis <nsfisis@gmail.com>2025-07-13 14:14:14 +0900
commitd0099d8f48c5a497f50768c1ec05c6f417b03662 (patch)
tree0496b35f308768ee9908a1ab5cb7181f861ef5c6 /backend
parenta43e3db41633e149736a2153dbc97979a723771e (diff)
downloadfeedaka-d0099d8f48c5a497f50768c1ec05c6f417b03662.tar.gz
feedaka-d0099d8f48c5a497f50768c1ec05c6f417b03662.tar.zst
feedaka-d0099d8f48c5a497f50768c1ec05c6f417b03662.zip
chore: update justfiles
Diffstat (limited to 'backend')
-rw-r--r--backend/justfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/justfile b/backend/justfile
index 7dba240..d37ae8b 100644
--- a/backend/justfile
+++ b/backend/justfile
@@ -1,4 +1,7 @@
-build: generate
+list:
+ @just -l
+
+build:
go build -o feedaka .
fmt: