]> git.saurik.com Git - redis.git/blame - Makefile
Query the archive to provide a complete KEYS list.
[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
1b1cf8e7
PN
8install:
9 cd src && $(MAKE) $@
10
11.PHONY: install