mirror of
https://github.com/redis/redis.git
synced 2026-02-12 15:24:32 -05:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# Top level makefile, the real shit is at src/Makefile
|
|
|
|
default: all
|
|
|
|
.DEFAULT:
|
|
cd src && $(MAKE) $@
|
|
|