summaryrefslogtreecommitdiff
path: root/advanced_python
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-13 19:48:42 +0530
committerPrabhu Ramachandran2017-11-13 19:48:42 +0530
commit8150599ada0da21aff2336e4b9a4175704d0c975 (patch)
treedcf25d7900c6a0e90e8aa3412de7db0f10aeaced /advanced_python
parent8da661b48aa9ff8b3b2fa24dbf6b9887e5350133 (diff)
downloadpython-workshops-8150599ada0da21aff2336e4b9a4175704d0c975.tar.gz
python-workshops-8150599ada0da21aff2336e4b9a4175704d0c975.tar.bz2
python-workshops-8150599ada0da21aff2336e4b9a4175704d0c975.zip
Update makefile.
Diffstat (limited to 'advanced_python')
-rw-r--r--advanced_python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile
index a9d95d2..4751a6e 100644
--- a/advanced_python/Makefile
+++ b/advanced_python/Makefile
@@ -8,7 +8,8 @@ SLIDES= intro.pdf \
names_objects.pdf \
varargs_kwargs.pdf \
only_kwargs.pdf \
- closures.pdf
+ closures.pdf \
+ practice_functions.pdf
all: $(SLIDES)