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 5d0a0e4..14a8c9b 100644 --- a/advanced_python/Makefile +++ b/advanced_python/Makefile @@ -12,7 +12,9 @@ SLIDES= 1_intro.pdf \ 6_practice_functions.pdf \ 7_oop_basics.pdf \ 8_oop_inheritance.pdf \ - 9_oop_containership.pdf + 9_oop_containership.pdf \ + 10_oop_classattr.pdf \ + 11_oop_misc.pdf all: $(SLIDES) |