Files
swayipc/Makefile

6 lines
62 B
Makefile
Raw Permalink Normal View History

2026-08-22 17:45:42 +02:00
all:
go build .
lint:
golangci-lint run --show-stats=false