llhttp
llhttp copied to clipboard
improve install under customized path
Install commands in Makefile does not use -D to create prefix directories when they do not exist. Adding that makes install more user friendly, when user's pass in their own install path prefix (otherwise users need to create the prefix, prefix/include and prefix/lib directories manually before PREFIX=prefix make install).