github.com/zignig/go-ipfs@v0.0.0-20141111235910-c9e5fdf55a52/cmd/ipfs/Makefile (about) 1 all: install 2 3 build: 4 go build 5 6 install: build 7 go install 8 9 # cpu profiling: `go tool pprof ipfs cpu.prof` 10 # mem profiling: `go tool pprof ipfs ipfs.mprof` 11 12 clean: 13 rm -f cpu.prof 14 rm -f ipfs.mprof 15 rm -f ipfs