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:
+3
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user