diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Usage: ./msg [-h] [-w] [-v] [-o <output>] <directory> <directory>: Working directory ``` +Here's the CMake command I usually use: `CC=clang cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=On -DCMAKE_BUILD_TYPE=Debug ..` + ### Site Structure The site structure is actually fairly simple. `/config.cfg` describes the static directories, in this case only "assets." It could be any number of files & folders, though. |
