Add a little Makefile for vim.
This commit is contained in:
parent
c576a61fbe
commit
6098995318
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
build:
|
||||
go build .
|
||||
|
||||
docs:
|
||||
go tool godoc -http=localhost:6060 -index
|
||||
|
||||
run:
|
||||
./fibertest
|
Loading…
Add table
Add a link
Reference in a new issue