Fix ordering of all target

This commit is contained in:
Daniel Nelson
2017-08-09 11:47:55 -07:00
parent 83c9b8ad9c
commit fb2af61743

View File

@@ -16,7 +16,9 @@ ifdef VERSION
endif
all: | deps telegraf
all:
$(MAKE) deps
$(MAKE) telegraf
deps:
go get github.com/sparrc/gdm