TP11 exo1: Properly make linked list function a library shared and static
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 7 Mar 2017 15:20:48 +0000 (16:20 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 7 Mar 2017 15:20:48 +0000 (16:20 +0100)
commit3bb0a9f80ebc5b3d7c05c78cbf65241c6a6b0490
treed31eab04c67a1980dfa999fa0cc55c0ea7800d48
parentf0d966d8b7431f10a01174cc296b1d3b7fd04674
TP11 exo1: Properly make linked list function a library shared and static

And build two new binaries for static and dynamic linking against the
library.

To launch the dynamic binary: LD_LIBRARY_PATH=. ./exo1.dynamic

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_11/exo1/Makefile