jenningsloy318 / redfish_exporter

exporter to get metrics from redfish based hardware such as lenovo/dell/superc servers
Apache License 2.0
70 stars 62 forks source link

deps rule missing from Makefile #5

Closed sbates130272 closed 4 years ago

sbates130272 commented 4 years ago

Nice tool! But I see that the deps target specified on the all: rule of the Makefile has no rule in the Makefile? I was able to fix this with a

go get

before running make but I suspect we want to fix this in the Makefile?

jenningsloy318 commented 4 years ago

Hi @sbates130272, I updated Makefile, remove some of them, as I did't do such jobs.

since it uses go mod to ensure the dependency, so I will not add them into Makefile