diff options
author | axtloss <axtlos@disroot.org> | 2024-07-25 23:47:07 +0200 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-07-25 23:47:07 +0200 |
commit | d9aeb51683449ef79339c9ca3c80059c17dec599 (patch) | |
tree | d0b84e2a4fda3acd583c701d1707979ea7eddffe /README.md | |
parent | 8a1c3461bb820bf875a50be56c7652177cf50645 (diff) | |
download | extlib-d9aeb51683449ef79339c9ca3c80059c17dec599.tar.gz extlib-d9aeb51683449ef79339c9ca3c80059c17dec599.tar.bz2 |
stop using it as a shared library
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Personal library with some handy utilities ## building +Honestly, include this either as a git submodule or just the entire code tree (respect the license!!), and build it as part of your project instead of using it as a shared object, it makes things so much easier. + ``` make make extlib.pc |