mirror of
https://github.com/prometheus/prometheus
synced 2025-01-02 12:32:18 +00: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 New Issue
Block a user