From dff4d455e07d639b82a0bed814f41d0656e9b6d0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 21 Sep 2024 14:03:45 +0300 Subject: cleanup --- Taskfile.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'Taskfile.yml') diff --git a/Taskfile.yml b/Taskfile.yml index df9afcc..cdcc51f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -11,12 +11,10 @@ tasks: GOS_EDITOR: hx build: cmds: - - go build -o gosd cmd/gosd/main.go - go build -o gos cmd/gos/main.go dev: deps: ["test", "vet", "lint"] cmds: - - go build -race -o gosd cmd/gosd/main.go - go build -race -o gos cmd/gos/main.go test: cmds: -- cgit v1.2.3