1 2 3 4 5 6 7 8 9 10 11 12 13 |
#!/usr/bin/make PYTHON := /usr/bin/env python lint: @./helper/scripts/check-lint.sh @echo Checking lint... @pep8 -v helper/collect helper/setup helper/tests helper/utils gen_spec_summary: @./helper/scripts/gen-spec-summary.sh > SPEC_SUMMARY.txt list_specs: @./helper/scripts/list-specs.sh |