From 6098995318c6978953b7bd5878ed859913011bb9 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 3 Jun 2025 14:50:51 -0400 Subject: [PATCH] Add a little Makefile for vim. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..634cb87 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +build: + go build . + +docs: + go tool godoc -http=localhost:6060 -index + +run: + ./fibertest