diff options
-rw-r--r-- | llvm/docs/Projects.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst index ea94ffd928e..c4be6da5a06 100644 --- a/llvm/docs/Projects.rst +++ b/llvm/docs/Projects.rst @@ -280,7 +280,7 @@ Variables for Building Programs For example, to link ``libsample.so``, you would have the following line in your ``Makefile``: - .. code-block:: Makefile + .. code-block:: makefile LIBS += -lsample |