1
0
forked from x/ContextOS
ContextOS/Makefile
2018-07-11 20:55:35 +08:00

14 lines
207 B
Makefile

BENCH=src/example/bench.go
install:
@cp etc/go.snippets ~/.vim/snippets/
@cp etc/shy.vim ~/.vim/syntax/
@touch etc/local.shy
go install $(BENCH)
# @md5 `which bench`
@date
build:
go build $(BENCH)