mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Close #13316 --------- Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> Co-authored-by: debing.sun <debing.sun@redis.com>
12 lines
152 B
Makefile
12 lines
152 B
Makefile
# Top level makefile, the real stuff is at src/Makefile
|
|
|
|
default: all
|
|
|
|
.DEFAULT:
|
|
cd src && $(MAKE) $@
|
|
|
|
install:
|
|
cd src && $(MAKE) $@
|
|
|
|
.PHONY: install
|