Put linker flags at end of compiler command-line.
authorMichael Vrable <vrable@cs.hmc.edu>
Thu, 31 May 2012 03:18:27 +0000 (20:18 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Thu, 31 May 2012 03:18:27 +0000 (20:18 -0700)
commit96894619b609626621a05b87638b40cdc7dbfe37
tree7808f89b8525117f9d95ed0e5f88c07b01cb01af
parent78376bd08b8f19a73fde4a1d922c743bd0a9dfbf
Put linker flags at end of compiler command-line.

Put $(LDFLAGS) after the sources, since otherwise the linker may be unable
to find all symbols.
Makefile