github.com/hanwen/go-fuse@v1.0.0/benchmark/Makefile (about)

     1  all: cstatfs bulkstat.bin
     2  
     3  cstatfs: statfs.cc
     4  	g++ -O2 -Wall -std=c++0x $< `pkg-config fuse --cflags --libs` -o $@
     5  
     6  bulkstat.bin: bulkstat/main.go
     7  	(cd bulkstat && go build main.go)
     8  	cp bulkstat/main $@