mirror of
https://github.com/prometheus/prometheus
synced 2024-12-29 02:02:17 +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
|
||||
|
||||
.PHONY: build
|
||||
build: assets npm_licenses assets-compress common-build plugins
|
||||
build: assets npm_licenses assets-compress plugins common-build
|
||||
|
||||
.PHONY: bench_tsdb
|
||||
bench_tsdb: $(PROMU)
|
||||
|
Loading…
Reference in New Issue
Block a user