diff --git a/config/sourcelst.tex b/config/sourcelst.tex index 4afb2ed..747e3f8 100644 --- a/config/sourcelst.tex +++ b/config/sourcelst.tex @@ -14,6 +14,19 @@ keywordstyle=\color{blue}\textbf } } +\newcommand{\lstsetmake} +{\lstset +{ +language=make, +numbers=left, +tabsize=4, +frame=single, +basicstyle=\ttfamily\small, +commentstyle=\color{green}, +keywordstyle=\color{blue}\textbf +} +} + \lstloadlanguages{[ISO]C++, [ANSI]C, bash, make, sh, Gnuplot} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%