summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-14 22:37:40 +0300
committerPaul Buetow <paul@buetow.org>2025-07-14 22:37:40 +0300
commit77f53d2260acd747c8227d60449251dd9606eb70 (patch)
tree32a347c9ccb03711d56e6b6059d42b873c4db40a /Taskfile.yaml
parentcbb1581356ed59e81cf5fedb30145c7521165e3d (diff)
rename from bulg to totalrecall
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index dc10b97..0c8c31f 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -3,13 +3,13 @@ version: '3'
tasks:
default:
cmds:
- - go build -o bulg ./cmd/bulg
+ - go build -o totalrecall ./cmd/totalrecall
run:
cmds:
- - go run ./cmd/bulg
+ - go run ./cmd/totalrecall
test:
cmds:
- go test ./...
install:
cmds:
- - go install ./cmd/bulg
+ - go install ./cmd/totalrecall