mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
# Top level makefile, the real shit is at src/Makefile
|
|
|
|
default: all
|
|
|
|
.DEFAULT:
|
|
cd src && $(MAKE) $@
|
|
|