diff --git a/bin/compile b/bin/compile
index 1651a056616e49452edece19169525320c84978b..e365dd240c2ef853d93c5b60ae2400b36f62beb2 100755
--- a/bin/compile
+++ b/bin/compile
@@ -65,6 +65,9 @@ then
     echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
     cd .heroku
 
+    pwd
+    ls
+
     if [! -d "vendor" ]; then
       curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
       tar -zxvf vendor-libmemcached.tar.gz > /dev/null