github.com/dooferlad/cmd@v0.0.0-20150716022859-3edef806220b/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