Skip to content
Snippets Groups Projects
Unverified Commit 3c14b46f authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Fix ordering of all target

parent 8a2373e8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ ifdef VERSION
endif
all: | deps telegraf
all:
$(MAKE) deps
$(MAKE) telegraf
deps:
go get github.com/sparrc/gdm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment