Finishing up with creating a bundle

Change-Id: I69ab896a47cdeec48fa060b8c093d269d8af3170
diff --git a/make-deps.sh b/make-deps.sh
index 25db9d3..244d0f8 100755
--- a/make-deps.sh
+++ b/make-deps.sh
@@ -10,7 +10,7 @@
 
 #######################################
 
-# rm -Rf build/ndn-cxx
+rm -Rf build/ndn-cxx
 git clone ${GIT}/ndn-cxx build/ndn-cxx
 pushd build/ndn-cxx
 git checkout ${NDN_CXX_COMMIT}
@@ -21,7 +21,7 @@
 
 ####################################
 
-# rm -Rf build/NFD
+rm -Rf build/NFD
 git clone ${GIT}/NFD build/NFD
 pushd build/NFD
 git checkout ${NFD_COMMIT}