~hazmat/landscape-deployer/state-server-stability

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: David Britton
  • Date: 2014-07-17 14:48:43 UTC
  • Revision ID: dpb@canonical.com-20140717144843-gre2g2n318kj0nc2
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
depends: repo-file license-file
 
2
 
 
3
repo-file:
 
4
        @echo "!!! You need a file called 'repo-file' created, see README"
 
5
        @exit 1
 
6
 
 
7
license-file:
 
8
        @echo "!!! You need a file called 'license-file' created, see README"
 
9
        @exit 1
 
10
 
 
11
.PHONY: depends repo-file license-file