aboutsummaryrefslogtreecommitdiffhomepage
path: root/scaffolder/Makefile
blob: c69097daf5ebe8b6a345d83b12ec101f83e21192 (plain) (blame)
1
2
3
4
5
6
7
lint:
	hlint app/ 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