ClickHouse/contrib/base64-cmake/README.md

6 lines
202 B
Markdown
Raw Normal View History

2019-12-26 01:43:18 +00:00
`tables.h` file was generated by the base64 library with it's makefile:
```
cc -std=c99 -O3 -Wall -Wextra -pedantic -o lib/table_generator lib/table_generator.c
./lib/table_generator > lib/tables.h
```