mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
12 lines
175 B
Makefile
12 lines
175 B
Makefile
|
|
BENCH=src/example/bench.go
|
|
|
|
install:
|
|
go install $(BENCH)
|
|
touch etc/local.shy
|
|
cp etc/shy.vim ~/.vim/syntax/
|
|
cp etc/go.snippets ~/.vim/snippets/
|
|
|
|
build:
|
|
go build $(BENCH)
|