llhttp icon indicating copy to clipboard operation
llhttp copied to clipboard

improve install under customized path

Open hugy718 opened this issue 3 years ago • 0 comments

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).

hugy718 avatar May 10 '22 14:05 hugy718