aboutsummaryrefslogtreecommitdiff
path: root/Week9 Webshop/docs/Makefile
diff options
context:
space:
mode:
authorCamil Staps2015-04-18 13:44:44 +0200
committerCamil Staps2015-04-18 13:44:44 +0200
commit6a44b074f0169a1b0f9e92347af929c5e471746e (patch)
treeae5663fe7c69881bf4ecfedbef99c2505f8ec964 /Week9 Webshop/docs/Makefile
parentAdded copyright to docs (diff)
Reorganised projects
Diffstat (limited to 'Week9 Webshop/docs/Makefile')
-rw-r--r--Week9 Webshop/docs/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Week9 Webshop/docs/Makefile b/Week9 Webshop/docs/Makefile
new file mode 100644
index 0000000..bd1f10f
--- /dev/null
+++ b/Week9 Webshop/docs/Makefile
@@ -0,0 +1,7 @@
+all: tex view
+
+tex:
+ pdflatex solution.tex
+
+view:
+ gnome-open solution.pdf \ No newline at end of file