feat: add shared library build targets for libwren.so and libwrend.so

Extend the Makefile to produce both static (.a) and shared (.so) library variants for debug and release configurations, updating the clean target and .gitignore accordingly.
This commit is contained in:
Peter Reijnders
2015-01-27 14:05:53 +00:00
parent ad6d777fe0
commit 65366b49d1
2 changed files with 18 additions and 8 deletions
+3 -1
View File
@@ -8,6 +8,8 @@ wrend
wren-cpp
libwren.a
libwrend.a
libwren.so
libwrend.so
libwren-cpp.a
# XCode user-specific stuff.
@@ -23,4 +25,4 @@ benchmark/baseline.txt
# built docs get copied here, which is presumed to be a separate checkout of
# the repo so they can be pushed to GitHub Pages.
gh-pages/
gh-pages/