diff options
Diffstat (limited to 'examples/redis-unstable/modules/redisjson')
| -rw-r--r-- | examples/redis-unstable/modules/redisjson/Makefile | 11 |
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 @@ | |||
| 1 | SRC_DIR = src | ||
| 2 | MODULE_VERSION = v8.5.90 | ||
| 3 | MODULE_REPO = https://github.com/redisjson/redisjson | ||
| 4 | TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/rejson.so | ||
| 5 | |||
| 6 | include ../common.mk | ||
| 7 | |||
| 8 | $(SRC_DIR)/.cargo_fetched: | ||
| 9 | cd $(SRC_DIR) && cargo fetch | ||
| 10 | |||
| 11 | get_source: $(SRC_DIR)/.cargo_fetched | ||
