diff --git a/Makefile b/Makefile index 098f7ed2..24baa8aa 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,8 @@ deps: @go get github.com/robertkrimen/otto @go get github.com/dustin/go-humanize @go get github.com/olekukonko/tablewriter + @go get github.com/dustin/go-humanize + @go get github.com/olekukonko/tablewriter clean: @rm -rf $(TARGET) net/oui_compiled.go