summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-29 00:01:45 +0300
committerPaul Buetow <paul@buetow.org>2025-09-29 00:01:45 +0300
commita42d68e15754ae67d24dd4e76731e937b57e23f9 (patch)
tree429d79b400f072d323613f1ba59ef516f1754ccc /Taskfile.yaml
parentad21f1b972063d2543f402c04a20f32b263e60e1 (diff)
convert to magefilev0.1.1
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
deleted file mode 100644
index 0adfee8..0000000
--- a/Taskfile.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-version: '3'
-
-tasks:
- default:
- cmds:
- - go build -o timr ./cmd/timr
- run:
- cmds:
- - go run ./cmd/timr
- test:
- cmds:
- - go test ./...
- install:
- cmds:
- - go install ./cmd/timr