aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
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: