mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
Add simple Makefile
This commit is contained in:
parent
7e03188c5a
commit
fe0a0d0d00
1 changed files with 12 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
build:
|
||||
go build ./cmd/tokidoki
|
||||
|
||||
debug:
|
||||
go build -tags "pam nullauth" ./cmd/tokidoki
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
|
||||
lint:
|
||||
golangci-lint run
|
||||
Loading…
Add table
Add a link
Reference in a new issue