~allenap/maas-test/configure-abstract

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: jtv at canonical
  • Date: 2013-11-22 10:05:20 UTC
  • mto: (39.1.12 maas-test)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: jtv@canonical.com-20131122100520-u5i9utlo0ad982qw
Add “all” target.  Fairly standard.  Have it check for lint (so you don't get those downloads later, and so we ☠☢⚡⚠☣ notice our lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
# ---
16
16
 
 
17
all: build lint doc
 
18
 
17
19
build: bin/maas-test
18
20
 
19
21
dist: bin/python setup.py
80
82
# ---
81
83
 
82
84
define phony
 
85
  all
83
86
  build
84
87
  clean
85
88
  dist