summaryrefslogtreecommitdiff
path: root/advanced_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2018-05-16 12:58:27 +0530
committerPrabhu Ramachandran2018-05-16 12:58:27 +0530
commit36723bdf52e88a49e89e0bb9da92cfaeccdbd70c (patch)
tree82cad779e4a50a4fca56e4bd40a14fe7622dbdfb /advanced_python/Makefile
parentf8344f67c22db46cd8bb6a9ed0a0b4c03e06a59e (diff)
downloadpython-workshops-36723bdf52e88a49e89e0bb9da92cfaeccdbd70c.tar.gz
python-workshops-36723bdf52e88a49e89e0bb9da92cfaeccdbd70c.tar.bz2
python-workshops-36723bdf52e88a49e89e0bb9da92cfaeccdbd70c.zip
Adding material on decorators.
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 8e7ccd5..05796a7 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -17,7 +17,8 @@ SLIDES= 01_intro.pdf \
11_oop_misc.pdf \
12_oop_simple_special_methods.pdf \
13_oop_special_methods.pdf \
- 14_oop_multiple_inheritance.pdf
+ 14_oop_multiple_inheritance.pdf \
+ 15_decorators.pdf
all: $(SLIDES)