summaryrefslogtreecommitdiff
path: root/basic_python/Makefile
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-02-08 00:49:10 +0530
committerPrabhu Ramachandran2017-02-08 00:49:10 +0530
commit34b5c2f361f7073dfacde294bc0e540368e16b00 (patch)
tree02cf87c8f38a390d338b73c5f912400cf0594103 /basic_python/Makefile
parent85bdab6f2ffb381dcf654c395732ba0038816c5a (diff)
downloadpython-workshops-34b5c2f361f7073dfacde294bc0e540368e16b00.tar.gz
python-workshops-34b5c2f361f7073dfacde294bc0e540368e16b00.tar.bz2
python-workshops-34b5c2f361f7073dfacde294bc0e540368e16b00.zip
Add practice problems for data structures.
Diffstat (limited to 'basic_python/Makefile')
-rw-r--r--basic_python/Makefile4
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)