summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-05 00:30:29 +0200
committerPaul Buetow <paul@buetow.org>2025-02-05 00:30:29 +0200
commit07d9f1840494924dd6ca713493dd3d630e9ad721 (patch)
tree1abb8c8788fc3224e405428d6ff3f27d1fc1a295 /Taskfile.yml
parent35204effbd09bc14e9e2e93b2f99f0f5a0009b23 (diff)
initial generic table
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 22d21d7..b8d3984 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -13,8 +13,12 @@ tasks:
cmds:
- go run cmd/gos/main.go
build:
+ deps: ["buildgos", "buildgosc"]
+ buildgos:
cmds:
- go build -o gos cmd/gos/main.go
+ buildgosc:
+ cmds:
- go build -o gosc cmd/gosc/main.go
dev:
deps: ["test", "vet", "lint"]