diff options
author | Justin Nolan <justin@nolan.de> | 2023-02-10 21:09:34 +0100 |
---|---|---|
committer | Justin Nolan <justin@nolan.de> | 2023-02-10 21:09:34 +0100 |
commit | 2fc3fa669fcf91dd213db1f4169bdafba84c5a97 (patch) | |
tree | 34762706d4c15866b23c58bc56b0584d1db776a5 /docs/makefile | |
parent | 180a7c5a6dff21f319a80780376450a46080ca28 (diff) |
Revert "Remove latex files"
This reverts commit 180a7c5a6dff21f319a80780376450a46080ca28.
Diffstat (limited to 'docs/makefile')
-rw-r--r-- | docs/makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/makefile b/docs/makefile new file mode 100644 index 0000000..f5aeba8 --- /dev/null +++ b/docs/makefile @@ -0,0 +1,7 @@ +TARGET=styleguide-cpp.tex + +docs: $(TARGET) + latex -output-format=pdf $(TARGET) + +clean: + rm -f *.aux *.dvi *.log *.out *.toc
\ No newline at end of file |