X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/aaada3f962a9f87fb239e55e3d26c1e794d411d5..b4b5144694a4134544221a5587b81a98aec608be:/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: