diff --git a/work/01paper.tex b/work/01paper.tex index b4e2514..e7dd41b 100644 --- a/work/01paper.tex +++ b/work/01paper.tex @@ -432,7 +432,7 @@ following commands are used for compilation: && cd build \ && cmake -DLLVM_ENABLE_PROJECTS=clang \ -DCMAKE_BUILD_TYPE=Release \ - -G "Unix Makefiles" ../llvm + -G "Unix Makefiles" ../llvm \ && make -j8 \end{minted} \caption{clang compilation script}