mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
[build] fix build makefile target path
The `build` Makefile target attempted to place the generated artifact in `/build`, where it should have used a local directory instead. This commit makes the directory configurable using the `OUT_DIR` argument, and defaults it to ./_output
This commit is contained in:
parent
6f4f0ea2f9
commit
3618aafca4
2 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
|||
*.swp
|
||||
*~
|
||||
vendor
|
||||
./adapter
|
||||
_output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue