diff --git a/docs/Projects.rst b/docs/Projects.rst index ea94ffd928e..c4be6da5a06 100644 --- a/docs/Projects.rst +++ b/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