aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
author Justin Nolan <justin@nolan.de>2023-02-10 21:10:01 +0100
committer Justin Nolan <justin@nolan.de>2023-02-10 21:10:01 +0100
commit43440dc83204464a0bee3d152e77c36030dac3b2 (patch)
treefa9138f45da8d20d677a15a9ad58b1f04d018138 /docs/makefile
parent2fc3fa669fcf91dd213db1f4169bdafba84c5a97 (diff)
Remove Latex files
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/makefile b/docs/makefile
deleted file mode 100644
index f5aeba8..0000000
--- a/docs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-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