From cdf9b629e69a78f57e7124f58c821d5cc56e5fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 16 Nov 2016 02:19:20 +0200 Subject: [PATCH] update makefile: phony is target not variable --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a781788..803bd853 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ REDIS_RB_VERSION=v3.3.0 REDIS_RB_VENDOR_DIR=lib/vendor/redis -PWD=`pwd` all: @@ -9,4 +8,4 @@ update-redis: git clone -b $(REDIS_RB_VERSION) https://github.com/redis/redis-rb.git $(REDIS_RB_VENDOR_DIR) rm -rf $(REDIS_RB_VENDOR_DIR)/.git -.PHONY=update-redis +.PHONY: update-redis -- GitLab