mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
6 lines
176 B
Makefile
6 lines
176 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v8.0.0
|
|
MODULE_REPO = https://github.com/redisbloom/redisbloom
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redisbloom.so
|
|
|
|
include ../common.mk
|