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