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
{{ message }}
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
BINDIR is normally used to install executables to. http-parser however doesn't produce executables, only libraries. (I'm ignoring the test runner; it isn't installed.)
Perhaps what you're really asking for is VPATH support for out-of-tree builds?
maybe BINDIR is not a good name, it is the direcotry where obj and exe files are stored during make,
it can solve problem when running parralle make with different arch,
Right, that's traditionally solved with VPATH, although your approach works too for simple projects.
What you call BINDIR is usually called BUILDDIR or sometimes just B. Pull requests welcome but note that I plan on switching to cmake sometime this year and cmake gives you out-of-tree builds for free.
the obj and bin files are stored under source code directory,
would like to add a BINDIR in Makefile,
to support parralle make for different target.
The text was updated successfully, but these errors were encountered: