summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r--advanced_python/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile
index 2d9daf2..5d0a0e4 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -4,15 +4,15 @@
pdflatex $*.tex
pdflatex $*.tex
-SLIDES= intro.pdf \
- names_objects.pdf \
- varargs_kwargs.pdf \
- only_kwargs.pdf \
- closures.pdf \
- practice_functions.pdf \
- oop_basics.pdf \
- oop_inheritance.pdf \
- oop_containership.pdf
+SLIDES= 1_intro.pdf \
+ 2_names_objects.pdf \
+ 3_varargs_kwargs.pdf \
+ 4_only_kwargs.pdf \
+ 5_closures.pdf \
+ 6_practice_functions.pdf \
+ 7_oop_basics.pdf \
+ 8_oop_inheritance.pdf \
+ 9_oop_containership.pdf
all: $(SLIDES)