diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-28 08:49:32 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-28 08:49:32 +0100 |
commit | c2e2c84b55ae25791dda72d5f8c2d7f96dcf7a46 (patch) | |
tree | e974587a92937a9819c9c97c43cc4df619cd2118 | |
parent | 542933d61acaa1e3dd6ac60984edcca090e5d1ba (diff) |
updated Makefile
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,3 +15,6 @@ test-all: clean-config: rm -r ~/.config/datamaps/ + +godoc: + godoc -http :6060 -goroot /usr/share/go-1.14/ |