mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 22:37:27 -08:00
Fix filename in Makefile.
This commit is contained in:
parent
fe5c70fc61
commit
8507c58bf2
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ model: preparation
|
||||||
$(MAKE) -C model
|
$(MAKE) -C model
|
||||||
|
|
||||||
package: binary
|
package: binary
|
||||||
cp prometheus.build build/package/prometheus
|
cp prometheus build/package/prometheus
|
||||||
rsync -av build/root/lib/ build/package/lib/
|
rsync -av build/root/lib/ build/package/lib/
|
||||||
|
|
||||||
preparation: source_path
|
preparation: source_path
|
||||||
|
|
Loading…
Reference in a new issue