From 8150599ada0da21aff2336e4b9a4175704d0c975 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Mon, 13 Nov 2017 19:48:42 +0530 Subject: Update makefile. --- advanced_python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'advanced_python') 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) -- cgit