maint: changes

This commit is contained in:
vxclutch
2026-06-02 07:52:52 -04:00
parent 9ced6600e3
commit ec19585e9b
12 changed files with 147 additions and 61 deletions

View File

@@ -5,7 +5,7 @@ GO?= go
all: build
build:
$(GO) build -o lash ./cmd/lash/
$(GO) build -o lash ./bin/main.go
lint:
$(GO) fmt ./...