blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.1k stars 459 forks source link

Makefile should respect $CFLAGS #8

Closed iStefo closed 7 years ago

iStefo commented 7 years ago

For example when compiling on OS X, I needed to pass the paths for the openssl lib. This was not possibly without extracting the commands from the Makefile. This change should represent a reasonable change that can be found in many projects or tutorials, e.g.: http://www.delorie.com/djgpp/doc/ug/larger/makefiles.html