diff options
author | Robert Clarke <clarke.john.robert@gmail.com> | 2023-02-08 19:59:02 +0100 |
---|---|---|
committer | Robert Clarke <clarke.john.robert@gmail.com> | 2023-02-08 19:59:02 +0100 |
commit | 8cef79142f61af13e7ae0a523e958b45f1bd6299 (patch) | |
tree | 9f6653cceaf03b47a1769bed0a7259e5250a7494 /docs/makefile | |
parent | 233d8896093cd1fef145c0b8483c50cf6d068721 (diff) |
Beginning of initial draft
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 |