aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile7
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