First outline of the presentation
[linuxnijmegen-ssh.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..b01c708
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+SHELL := /bin/bash
+all:
+       pdflatex pres.tex
+       pdflatex pres.tex
+
+clean:
+       rm -vf pres.{aux,dvi,log,nav,out,snm,toc}
+
+cleanall: clean
+       rm -vf pres.pdf