Change Makefile to differentiate between static and shared library

Previously, just the static libraries (libwren*.a) were created. In the Makefile documentation these were mentioned in the comments as shared.
Now both variants will be created.
This commit is contained in:
Peter Reijnders
2015-01-27 15:05:53 +01:00
parent 699b453805
commit 2f97ef57d3
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/