12 lines
218 B
Markdown
12 lines
218 B
Markdown
# ztd
|
|
|
|
zawz's standard C++ library. Tools for easier coding
|
|
|
|
## Building
|
|
|
|
``make static`` for a static build
|
|
``make shared`` for a shared build
|
|
|
|
## Documentation
|
|
|
|
Use ``doxygen`` to generate HTML documentation files
|