diff options
Diffstat (limited to 'Week9 Webshop/docs/Makefile')
| -rw-r--r-- | Week9 Webshop/docs/Makefile | 7 | 
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 | 
