mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-14 08:55:56 +02:00
Add go.mod to App dependency
This commit is contained in:
parent
d5daf54d4f
commit
c938d32629
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ GOBIN = $(shell which go)
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(APP)
|
all: $(APP)
|
||||||
|
|
||||||
$(APP): $(GOSRC)
|
$(APP): $(GOSRC) go.mod
|
||||||
make -C collectors
|
make -C collectors
|
||||||
$(GOBIN) get
|
$(GOBIN) get
|
||||||
$(GOBIN) build -o $(APP) $(GOSRC_APP)
|
$(GOBIN) build -o $(APP) $(GOSRC_APP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user