Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 624 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 624 Bytes

Owl 🦉

A general purpose c lib.

Docs

collections

systems

utils

Building the library

owl can be compiled to a static or shared library from the source by running the following commands. The library can be found at lib/ directory.

To build the static lib

make

To build the shared lib

make -e SHARED=1

License

owl source code is available under the MIT License.