mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-27 01:28:28 +08:00
9 lines
86 B
Makefile
9 lines
86 B
Makefile
|
|
BENCH=src/example/bench.go
|
|
|
|
install:
|
|
go install $(BENCH)
|
|
|
|
build:
|
|
go build $(BENCH)
|