update code to latest go
[epoint] / Makefile
index 1069500..1a99ac1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 all: install
 install:
+       cd pkg && ./deps.sh
        make -C pkg install
 test:
        make -C pkg test