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