~charmers/charms/trusty/ubuntu/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Adam Israel
  • Date: 2016-03-30 16:07:47 UTC
  • mfrom: (14.1.1 ubuntu)
  • Revision ID: adam.israel@gmail.com-20160330160747-0ml1v4ips2kkhsa5
[1chb1n] Update the charm proof command for backwards compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
lint: virtualenv
10
10
        @echo Lint inspections and charm proof...
11
11
        .venv/bin/flake8 --exclude hooks/charmhelpers tests
12
 
        .venv/bin/charm proof
 
12
        .venv/bin/charm-proof
13
13
 
14
14
test: virtualenv
15
15
        @echo No unit tests defined.  This is an example placeholder.