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)
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>

No differences found