~maxiberta/isitdeployable/update-project-url

« back to all changes in this revision

Viewing changes to deployment/Makefile

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Ricardo Kirkner
  • Date: 2017-11-13 14:37:26 UTC
  • mfrom: (267.1.1 trunk)
  • Revision ID: otto-copilot@canonical.com-20171113143726-zzyyf8a226byh89i
fix help target to cope with including dev.mk file

Merged from https://code.launchpad.net/~ricardokirkner/isitdeployable/fix-make-help/+merge/333623

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
.PHONY: help
15
15
help:
16
16
        @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) \
17
 
                | cut -d ':' -f 1,2 \
 
17
                | cut -d ':' -f 2,3 \
18
18
                | sort \
19
19
                | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
20
20