update makefile

This commit is contained in:
nkanaev
2026-07-10 19:20:25 +01:00
parent f075b046e8
commit f01e2a4dbc

View File

@@ -83,7 +83,7 @@ YARR_DB ?= local.db
serve: assets serve: assets
go run $(GO_FLAGS_DEBUG) ./cmd/yarr -db "$(YARR_DB)" go run $(GO_FLAGS_DEBUG) ./cmd/yarr -db "$(YARR_DB)"
test: test: assets
go test $(GO_FLAGS) ./... go test $(GO_FLAGS) ./...
.PHONY: \ .PHONY: \