aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/modules/redisjson
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/modules/redisjson')
-rw-r--r--examples/redis-unstable/modules/redisjson/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/redis-unstable/modules/redisjson/Makefile b/examples/redis-unstable/modules/redisjson/Makefile
deleted file mode 100644
index a3c49c5..0000000
--- a/examples/redis-unstable/modules/redisjson/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
1SRC_DIR = src
2MODULE_VERSION = v8.5.90
3MODULE_REPO = https://github.com/redisjson/redisjson
4TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/rejson.so
5
6include ../common.mk
7
8$(SRC_DIR)/.cargo_fetched:
9 cd $(SRC_DIR) && cargo fetch
10
11get_source: $(SRC_DIR)/.cargo_fetched