diff --git a/Makefile b/Makefile index 663d1a2e..df888302 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ all: node build.js fetch: + @Retrieving Website Repo Head + @git pull @if [ -f $(BIO_DIR)/Rakefile ] ; then \ echo "Fetching Updates"; \ /bin/bash -c "cd $(BIO_DIR); pwd; git pull;"\