Add a little Makefile for vim.

This commit is contained in:
Zed A. Shaw 2025-06-03 14:50:51 -04:00
parent c576a61fbe
commit 6098995318

8
Makefile Normal file
View file

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