github.com/annchain/OG@v0.0.9/Makefile (about)

     1  .PHONY: og  tool dep all
     2  all:og tool dep
     3  og:
     4  	go build  -o ./build/og  ./app
     5  tool :
     6  	go build  -o ./build/ogtool ./client
     7  dep :
     8  	go build  -o ./build/deploy ./deployment