diff options
Diffstat (limited to 'basic_python/Makefile')
-rw-r--r-- | basic_python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basic_python/Makefile b/basic_python/Makefile index 5ed5b91..47ac8c2 100644 --- a/basic_python/Makefile +++ b/basic_python/Makefile @@ -5,7 +5,8 @@ pdflatex $*.tex SLIDES= basics.pdf \ - control_flow.pdf + control_flow.pdf \ + core_data_structures.pdf all: $(SLIDES) |