]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - core/Makefile
Release code as open source
[github/fretlink/edi-parser.git] / core / Makefile
1 lint:
2 hlint 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