fabianishere / brainfuck

Brainfuck interpreter written in C
Apache License 2.0
536 stars 74 forks source link

feat(#48): Add option to install a shared library #49

Closed fabianishere closed 7 years ago

fabianishere commented 7 years ago

This pull request adds an option to the build file to build the project as shared library.

Closes #48