gfakluge
gfakluge copied to clipboard
Simplify Makefile
This PR greatly simplifies the Makefile. I've removed some functionality, in particular building libgfakluge.a. Let me know if that functionality is needed, and I'll add it back.
Yep, we need libgfakluge.a for incorporation into vg. Can we have that back? Otherwise this is some awesome make foo.
Done. I removed -fPIC, because PIC code is less efficient than non-PIC code. Do you anticipate linking this static library into a shared library?