diff options
Diffstat (limited to 'examples/redis-unstable/modules/redisjson')
| -rw-r--r-- | examples/redis-unstable/modules/redisjson/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/redis-unstable/modules/redisjson/Makefile b/examples/redis-unstable/modules/redisjson/Makefile new file mode 100644 index 0000000..a3c49c5 --- /dev/null +++ b/examples/redis-unstable/modules/redisjson/Makefile | |||
| @@ -0,0 +1,11 @@ | |||
| 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 | ||
