diff options
-rw-r--r-- | docs/tutorial/LangImpl3.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html index a98a979..7e3ed03 100644 --- a/docs/tutorial/LangImpl3.html +++ b/docs/tutorial/LangImpl3.html @@ -610,8 +610,7 @@ our makefile/command line about which options to use:</p> <div class="doc_code"> <pre> # Compile - g++ -g toy.cpp `llvm-config --cppflags` `llvm-config --ldflags` \ - `llvm-config --libs core` -o toy + g++ -g toy.cpp `llvm-config --cppflags --ldflags --libs core` -o toy # Run ./toy </pre> |