github.com/zxy12/go_duplicate_1_12@v0.0.0-20200217043740-b1636fc0368b/Makefile (about)

     1  test:
     2  
     3  all:
     4  	export GOROOT_BOOTSTRAP=/Users/zhouxinyu/www/localhost/src/github.com/golang/go1.4 && cd ./src && ./make.bash
     5  
     6  clean:
     7  
     8  .PHONY:
     9  	all test