diff options
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r-- | advanced_python/Makefile | 4 |
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) |