summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-17 01:32:41 +0530
committerPrabhu Ramachandran2017-11-17 01:32:41 +0530
commit11398aa97298dd72391e92ff7e9b687f8cb1fe9f (patch)
treea0dcfeef4e31e5024a4d962579c2a9e72aa4c32c /advanced_python/Makefile
parente93ca72debbcadbe357900c701f45575bb2142be (diff)
downloadpython-workshops-11398aa97298dd72391e92ff7e9b687f8cb1fe9f.tar.gz
python-workshops-11398aa97298dd72391e92ff7e9b687f8cb1fe9f.tar.bz2
python-workshops-11398aa97298dd72391e92ff7e9b687f8cb1fe9f.zip
More material on OOP.
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r--advanced_python/Makefile3
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)