mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
8 lines
195 B
Makefile
8 lines
195 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v7.99.3
|
|
MODULE_REPO = https://github.com/redisearch/redisearch
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so
|
|
|
|
include ../common.mk
|
|
|