summaryrefslogtreecommitdiff
path: root/basic_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-01-22 16:44:02 +0530
committerPrabhu Ramachandran2017-01-22 16:44:02 +0530
commit809715c9c344092fc5fb1709f29be3ee27f7e7d6 (patch)
tree887b89d747a63f4feeb8aad9c807b1b70fa25414 /basic_python/Makefile
parent17f1d5e3ccefe569a9a06532e64ed55edb013182 (diff)
downloadpython-workshops-809715c9c344092fc5fb1709f29be3ee27f7e7d6.tar.gz
python-workshops-809715c9c344092fc5fb1709f29be3ee27f7e7d6.tar.bz2
python-workshops-809715c9c344092fc5fb1709f29be3ee27f7e7d6.zip
Add initial slides for basic python.
Diffstat (limited to 'basic_python/Makefile')
-rw-r--r--basic_python/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/basic_python/Makefile b/basic_python/Makefile
new file mode 100644
index 0000000..5ed5b91
--- /dev/null
+++ b/basic_python/Makefile
@@ -0,0 +1,16 @@
+.SUFFIXES: .tex .pdf
+
+.tex.pdf:
+ pdflatex $*.tex
+ pdflatex $*.tex
+
+SLIDES= basics.pdf \
+ control_flow.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