mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Merge pull request #11579 from roidelapluie/tgo
Makefile: Fix targets order
This commit is contained in:
commit
30b31cae93
2
Makefile
2
Makefile
|
@ -107,7 +107,7 @@ plugins/plugins.go: plugins.yml plugins/generate.go
|
||||||
plugins: plugins/plugins.go
|
plugins: plugins/plugins.go
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: assets npm_licenses assets-compress common-build plugins
|
build: assets npm_licenses assets-compress plugins common-build
|
||||||
|
|
||||||
.PHONY: bench_tsdb
|
.PHONY: bench_tsdb
|
||||||
bench_tsdb: $(PROMU)
|
bench_tsdb: $(PROMU)
|
||||||
|
|
Loading…
Reference in a new issue