]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/Makefile
Release code as open source
[github/fretlink/edi-parser.git] / specification / Makefile
1 lint:
2 hlint app/ src/
3
4 help:
5 @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
6
7 .PHONY: lint help