Fix ordering of all target

This commit is contained in:
Daniel Nelson 2017-08-09 11:47:55 -07:00
parent 83c9b8ad9c
commit fb2af61743
1 changed files with 3 additions and 1 deletions

View File

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