github.com/michaellihs/golab@v0.1.0-beta3.0.20180726222757-f5cdabc76dfd/makefile (about)

     1  targets := $(wildcard *.go)
     2  
     3  compile: $(targets)
     4  	go install github.com/michaellihs/golab
     5  
     6  gendoc: compile
     7  	golab gendoc -p doc
     8  	golab zsh-completion --path zsh/_golab
     9  
    10  test: compile
    11  	ginkgo -r -v