Restore the old behavior when 'nginx-prometheus-exporter' was the default rule for make by dominikwinter · Pull Request #621 · nginx/nginx-prometheus-exporter (original) (raw)
Proposed changes
This pull request resolves #620.
In the Makefile, the help
and nginx-prometheus-exporter
targets have been swapped, now making nginx-prometheus-exporter
the default target again. This adjusts the default build command ensuring consistency with the instructions in README.md
.
Please provide feedback if further changes are needed.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
- I have read the CONTRIBUTING guide
- I have proven my fix is effective or that my feature works
- I have checked that all unit tests pass after adding my changes
- I have ensured the README is up to date
- I have rebased my branch onto main
- I will ensure my PR is targeting the main branch and pulling from my branch on my own fork