~pedronis/ubuntu-push/improve-coverage

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2014-01-10 17:30:05 UTC
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: samuele.pedroni@canonical.com-20140110173005-bvkhacd1q6m3g6r5
check that files are compliant with gofmt formatting in tarmac

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
format:
27
27
        go fmt $(PROJECT)/...
28
28
 
 
29
check-format:
 
30
        scripts/check_fmt $(PROJECT)
 
31
 
29
32
build:
30
33
        # xxx build this one for now
31
34
        go build -o push-server devserver/*.go
32
35
 
33
 
.PHONY: bootstrap check format
 
36
.PHONY: bootstrap check check-race format check-format