From e3c379d069ffa9661561d25cdbf2f5894a2f8ee8 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 08:58:38 -0800 Subject: Refactor: project structure, implement dependency injection, and align v2 UI with v1 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30504d1..e7348c2 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ vanilla-ui: cp vanilla/index.html vanilla/app.js vanilla/style.css web/dist/vanilla/ build: - ${GO} build ${LDFLAGS} -o ${BINARY} + ${GO} build ${LDFLAGS} -o ${BINARY} ./cmd/neko install: build cp ${BINARY} ${GOBIN} @@ -39,6 +39,9 @@ install: build test: ${GO} test ./... cd frontend && ${NPM} test -- --run + +lint: + golangci-lint run run: build ./${BINARY} -- cgit v1.2.3