Commit 729470d3 authored by Stan Hu's avatar Stan Hu

Remove unnecessary statement in Makefile

parent cc0ecea7
...@@ -6,7 +6,6 @@ PWD=`pwd` ...@@ -6,7 +6,6 @@ PWD=`pwd`
all: all:
update-redis: update-redis:
cd lib
git clone https://github.com/redis/redis-rb.git $(REDIS_RB_TMP_DIR) git clone https://github.com/redis/redis-rb.git $(REDIS_RB_TMP_DIR)
cd $(REDIS_RB_TMP_DIR); git checkout $(REDIS_RB_VERSION) cd $(REDIS_RB_TMP_DIR); git checkout $(REDIS_RB_VERSION)
cd $(PWD) cd $(PWD)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment