summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-01 19:24:38 +0300
committerPaul Buetow <paul@buetow.org>2023-05-01 19:24:38 +0300
commit3babd5aaf2f1086d5b9a13a53ba614d49280babb (patch)
tree3e468534b005e820c5a0a1b7ca5eb35ebb2f7172 /Taskfile.yml
parent3fbf8c458df210f68849512478dff6b93df12f46 (diff)
Add taskfile
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
new file mode 100644
index 0000000..fb6b3bc
--- /dev/null
+++ b/Taskfile.yml
@@ -0,0 +1,6 @@
+version: '3'
+
+tasks:
+ build:
+ cmds:
+ - go build -o gogios cmd/gogios/main.go