redis/Makefile

8 lines
103 B
Makefile

# Top level makefile, the real shit is at src/Makefile
default: all
.DEFAULT:
cd src && $(MAKE) $@