File: Makefile

package info (click to toggle)
py-isort-el 2016.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: lisp: 109; sh: 98; python: 11; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
help:
	@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'


test:  ## Run the tests.
	./tests.sh