go-pass-gen/Makefile
2021-10-20 17:40:11 +02:00

5 lines
No EOL
55 B
Makefile

lint:
golint cmd/...
golint passgen/...
.PHONY: lint