diff --git a/Makefile b/Makefile index 0f9cb45..bb5b1e7 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ GOBIN = $(shell which go) .PHONY: all all: $(APP) -$(APP): $(GOSRC) +$(APP): $(GOSRC) go.mod make -C collectors $(GOBIN) get $(GOBIN) build -o $(APP) $(GOSRC_APP)