mirror of
https://codeberg.org/scip/swayipc.git
synced 2026-08-23 22:34:20 +02:00
6 lines
62 B
Makefile
6 lines
62 B
Makefile
all:
|
|
go build .
|
|
|
|
lint:
|
|
golangci-lint run --show-stats=false
|