mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
12 lines
267 B
Makefile
12 lines
267 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v8.2.0
|
|
MODULE_REPO = https://github.com/redisjson/redisjson
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/rejson.so
|
|
|
|
include ../common.mk
|
|
|
|
$(SRC_DIR)/.cargo_fetched:
|
|
cd $(SRC_DIR) && cargo fetch
|
|
|
|
get_source: $(SRC_DIR)/.cargo_fetched
|