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