mirror of
https://github.com/redis/redis.git
synced 2026-05-27 11:43:04 -04:00
7 lines
195 B
Makefile
7 lines
195 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v8.5.90
|
|
MODULE_REPO = https://github.com/redisearch/redisearch
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so
|
|
|
|
include ../common.mk
|
|
|