mirror of
https://github.com/redis/redis.git
synced 2026-03-19 01:02:46 -04: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) $@
|
|
|