X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/443d1e9efedfcab7d67c10085b69a9b4cb1db6f5..9b24d8adbeb2fb4ff663f3b205b73d55425f0d4f:/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: