]> git.saurik.com Git - redis.git/blame - Makefile
Better MONITOR output, now includes client ip:port or the lua string if the command...
[redis.git] / Makefile
CommitLineData
f26dde8c 1# Top level makefile, the real shit is at src/Makefile
2
319bb48c 3default: all
f26dde8c 4
319bb48c 5.DEFAULT:
f26dde8c 6 cd src && $(MAKE) $@
7