Files
swayipc/Makefile

6 lines
62 B
Makefile
Raw Normal View History

all:
go build .
lint:
golangci-lint run --show-stats=false