summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-28 23:50:31 +0530
committerPrabhu Ramachandran2017-11-28 23:50:31 +0530
commitcf7c9cc1bb9e4f004e547aaa728fe6254f3cf704 (patch)
treeb677641ff7bbf0b21d60a004d2e8fbdcbf135281 /advanced_python/Makefile
parent61659d0e9a301f15d1ba0a756d25dca8b66ea0f5 (diff)
downloadpython-workshops-cf7c9cc1bb9e4f004e547aaa728fe6254f3cf704.tar.gz
python-workshops-cf7c9cc1bb9e4f004e547aaa728fe6254f3cf704.tar.bz2
python-workshops-cf7c9cc1bb9e4f004e547aaa728fe6254f3cf704.zip
Completing material on OOP.
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 14a8c9b..b0b761a 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -14,7 +14,9 @@ SLIDES= 1_intro.pdf \
8_oop_inheritance.pdf \
9_oop_containership.pdf \
10_oop_classattr.pdf \
- 11_oop_misc.pdf
+ 11_oop_misc.pdf \
+ 12_oop_simple_special_methods.pdf \
+ 13_oop_special_methods.pdf
all: $(SLIDES)