2
0
Files
recws/Makefile
T
Lucas Löffel f1d88ba122 update
2021-03-16 09:31:17 +01:00

11 lines
205 B
Makefile

install:
go get
linter:
golangci-lint run
ls-lint:
curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.9.2/ls-lint-linux && chmod +x ls-lint && ./ls-lint
test:
make linter