aboutsummaryrefslogblamecommitdiffhomepage
path: root/core/Makefile
blob: 1012f160a4ea12cde7bdaad73612182926cc4dce (plain) (tree)
1
2
3
4
5
6
7






                                                                                                                                                 
lint:
	hlint src/

help:
	@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

.PHONY: lint help