github.com/davecheney/cmd@v0.0.0-20151013155037-62127977de0d/Makefile (about)

     1  # Copyright 2014 Canonical Ltd.
     2  # Licensed under the LGPLv3, see LICENSE file for details.
     3  
     4  default: check
     5  
     6  check:
     7  	go test && go test -compiler gccgo
     8  
     9  docs:
    10  	godoc2md github.com/juju/cmd > README.md
    11