Fix ordering of all target

This commit is contained in:
Daniel Nelson
2017-08-09 11:47:55 -07:00
parent 8a2373e8c8
commit 3c14b46f6f

View File

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