1
0
forked from x/ContextOS
ContextOS/Makefile
2018-04-19 10:15:26 +08:00

9 lines
86 B
Makefile

BENCH=src/example/bench.go
install:
go install $(BENCH)
build:
go build $(BENCH)