diff options
Diffstat (limited to 'basic_python/Makefile')
-rw-r--r-- | basic_python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/basic_python/Makefile b/basic_python/Makefile index 97ccf77..1cdc572 100644 --- a/basic_python/Makefile +++ b/basic_python/Makefile @@ -7,7 +7,9 @@ SLIDES= basics.pdf \ practice_basics.pdf \ control_flow.pdf \ - core_data_structures.pdf + practice_control_flow.pdf \ + core_data_structures.pdf \ + practice_ds.pdf all: $(SLIDES) |