aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
author Justin Nolan <justin@nolan.de>2023-02-10 21:06:31 +0100
committer Justin Nolan <justin@nolan.de>2023-02-10 21:06:31 +0100
commit180a7c5a6dff21f319a80780376450a46080ca28 (patch)
treeccf84f39082ae482ae32438c7499244ea135940b /docs/makefile
parent3f78668763788c7bfdc41e9391ceeed97daecbd0 (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