blob: 4b56414df7ed19103e85ecc33542771714e44968 [file] [log] [blame] [edit]
.DEFAULT_GOAL := all
.PHONY: lint lint-yaml
lint: lint-yaml
lint-yaml:
yamllint -c $(CURDIR)/src/.yamllint.yaml $(CURDIR)/src