aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15f22b5..309c397 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ RMDIR = rmdir
RM = rm -rf
build:
+ go get github.com/BurntSushi/toml@latest
go build -o ${TARGET} ${SRCS}
clean: