Makefile improvements
Compare changes
+ 13
− 1
@@ -5,7 +5,19 @@ CXX ?= g++
Apparently for use in LALPulsar ResamplingOpenCL it's occasionally necessary to build a shared version of this library. This modification allows to build (and install) static and shared versions separately, and also fixes building the shared version on Mac OSX.