]> git.tuebingen.mpg.de Git - lopsub.git/commit
Add target to create a static library.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Oct 2023 16:55:24 +0000 (17:55 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Feb 2024 16:04:30 +0000 (17:04 +0100)
commit92e558a3df52b9a1dcfdf1a018c5268081d52b47
tree4b7bee7cf34e27b930ff1be6810f6268ba1fc325
parentb4d4de17a5c87427c5c06a9926e9e39c96f42102
Add target to create a static library.

It's sometimes handy to create a static version of the library,
although this is generally frowned upon. No standard target depends
on the new liblopsub.a target, so the static library is not build by
default. One has to explicitly run "make liblopsub.a" to build it.
Makefile