Add a little Makefile for vim.

main
Zed A. Shaw 4 days ago
parent c576a61fbe
commit 6098995318
  1. 8
      Makefile

@ -0,0 +1,8 @@
build:
go build .
docs:
go tool godoc -http=localhost:6060 -index
run:
./fibertest
Loading…
Cancel
Save