Is your feature request related to a problem? Please describe.
Current Makefile doesn't follow the best practices
Describe the solution you'd like
A Makefile following most best practices
Example:
make install is meant to install the sonar plugin, vscode extension, or other asset built from the project... not installing node or maven dependencies...
Is your feature request related to a problem? Please describe.
Current Makefile doesn't follow the best practices
Describe the solution you'd like
A Makefile following most best practices
Example:
make installis meant to install the sonar plugin, vscode extension, or other asset built from the project... not installing node or maven dependencies...