mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
6 lines
192 B
Makefile
6 lines
192 B
Makefile
SRC_DIR = src
|
|
MODULE_VERSION = v8.3.80
|
|
MODULE_REPO = https://github.com/redistimeseries/redistimeseries
|
|
TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/redistimeseries.so
|
|
|
|
include ../common.mk
|