summaryrefslogtreecommitdiff
path: root/basic_python/Makefile
blob: 47ac8c2a5419d6d71112c535070010c5c0746b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.SUFFIXES: .tex .pdf

.tex.pdf:
	pdflatex $*.tex
	pdflatex $*.tex

SLIDES= basics.pdf \
  control_flow.pdf \
  core_data_structures.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