You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem would you like to solve? Please describe:
Makefile doesn't include a help option, which makes it difficult to know what you are supposed to do without looking through the source code.
Describe the solution you'd like:
Add make help that will output what the available options are.
Describe alternatives you've considered:
Manually looking through the source code...