mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 14:17:21 +01:00
12 lines
133 B
Makefile
12 lines
133 B
Makefile
|
|
build:
|
|
go build ./cmd/tokidoki
|
|
|
|
debug:
|
|
go build -tags "pam nullauth" ./cmd/tokidoki
|
|
|
|
fmt:
|
|
go fmt ./...
|
|
|
|
lint:
|
|
golangci-lint run
|