-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should it need doxygen by default? #21
Comments
Hi Peter, The default
So, if you want just the static library, just use $ make static And, if there is a good reason why the default build target should be different, then that change can be made to the next feature release (e.g. 1.1.0). It will however require adjusting the both the documentation and the CI to match... I hope that answers the question, -- Attila. |
PS. Alternatively, I could make the |
fair enough. But as you get older and use more and more makefiles, it gets tedious to "more" the makefile. SO I'm now using a technique advocated by software carpentry to make the makefile self-documenting. I mean, who wants to read a README when there's a Makefile :-) You can add that as the first "help" target. I now employ this to all my (new) projects. Here's an example of that implementation |
Hi Peter, Check out PR #22, and see if that does the trick for you. If it satisfies you, I'd be happy to include that in the next update (in ~3 months)... I'll also think about the |
yes, that sounds like a good compromise. |
A default
told me I needed doxygen. Should there be a default make that just compiles? Of course it worked after I installed it, but I'd like to argue the default should not.
The text was updated successfully, but these errors were encountered: