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 6bbe2f5..a9d95d2 100644 --- a/advanced_python/Makefile +++ b/advanced_python/Makefile @@ -7,7 +7,8 @@ SLIDES= intro.pdf \ names_objects.pdf \ varargs_kwargs.pdf \ - only_kwarg_closure.pdf + only_kwargs.pdf \ + closures.pdf all: $(SLIDES) |