summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r--advanced_python/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile
new file mode 100644
index 0000000..12f21fd
--- /dev/null
+++ b/advanced_python/Makefile
@@ -0,0 +1,15 @@
+.SUFFIXES: .tex .pdf
+
+.tex.pdf:
+ pdflatex $*.tex
+ pdflatex $*.tex
+
+SLIDES= names_objects.pdf
+
+all: $(SLIDES)
+
+cleanall:
+ rm -f *.dvi *.log *.bak *.aux *.bbl *.blg *.idx *.ps *.eps *.pdf *.toc *.out *~ *.vrb *.nav *.snm
+
+clean:
+ rm -f *.log *.bak *.aux *.bbl *.blg *.idx *.toc *.out *~ *.vrb *.nav *.snm *.synctex.gz