aboutsummaryrefslogtreecommitdiff
path: root/Week9/docs/Makefile
diff options
context:
space:
mode:
authorCamil Staps2015-04-18 13:25:31 +0200
committerCamil Staps2015-04-18 13:25:31 +0200
commit0735364fdc2f2badbf523c414460ceb400d45bef (patch)
treee07e1f84322c47054f4b386e8c728e73a4652739 /Week9/docs/Makefile
parentAdded PNGs for all diagrams in 300dp (diff)
Moved docs; added diagrams
Diffstat (limited to 'Week9/docs/Makefile')
-rw-r--r--Week9/docs/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Week9/docs/Makefile b/Week9/docs/Makefile
new file mode 100644
index 0000000..bd1f10f
--- /dev/null
+++ b/Week9/docs/Makefile
@@ -0,0 +1,7 @@
+all: tex view
+
+tex:
+ pdflatex solution.tex
+
+view:
+ gnome-open solution.pdf \ No newline at end of file