summaryrefslogtreecommitdiff
path: root/advanced_python
diff options
context:
space:
mode:
Diffstat (limited to 'advanced_python')
-rw-r--r--advanced_python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile
index a9d95d2..4751a6e 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -8,7 +8,8 @@ SLIDES= intro.pdf \
names_objects.pdf \
varargs_kwargs.pdf \
only_kwargs.pdf \
- closures.pdf
+ closures.pdf \
+ practice_functions.pdf
all: $(SLIDES)