~ubuntuone-hackers/conn-check/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Westby
  • Date: 2014-07-24 22:09:20 UTC
  • mfrom: (15 conn-check)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@canonical.com-20140724220920-5jaglty0lhuq8ygg
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
install-debs:
18
18
        sudo xargs --arg-file deb-requirements.txt apt-get install -y
19
19
 
 
20
cmd:
 
21
        @echo $(ENV)/bin/conn-check
 
22
 
20
23
 
21
24
.PHONY: test build
22
25
.DEFAULT_GOAL := test