forked from x/ContextOS
9 lines
86 B
Makefile
9 lines
86 B
Makefile
|
|
BENCH=src/example/bench.go
|
|
|
|
install:
|
|
go install $(BENCH)
|
|
|
|
build:
|
|
go build $(BENCH)
|