diff options
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r-- | advanced_python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile index 782fe89..2d9daf2 100644 --- a/advanced_python/Makefile +++ b/advanced_python/Makefile @@ -11,7 +11,8 @@ SLIDES= intro.pdf \ closures.pdf \ practice_functions.pdf \ oop_basics.pdf \ - oop_inheritance.pdf + oop_inheritance.pdf \ + oop_containership.pdf all: $(SLIDES) |