X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/aaada3f962a9f87fb239e55e3d26c1e794d411d5..f2f2424e006856aacef00e8ce8dd7be76e038dce:/Makefile diff --git a/Makefile b/Makefile index f6790945..b72faa1b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,15 @@ all: install: dummy cd src && $(MAKE) $@ -$(TARGETS) clean: +clean: cd src && $(MAKE) $@ + cd deps/hiredis && $(MAKE) $@ + cd deps/linenoise && $(MAKE) $@ + +$(TARGETS): + cd src && $(MAKE) $@ + +src/help.h: + @./utils/generate-command-help.rb > $@ dummy: