X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/8df3dcada5e34c6a99666931ee6dcccd57685353..c392edf5315b9828414c96f14255c38c52252a4a:/Makefile

diff --git a/Makefile b/Makefile
index 8f811b7b..b72faa1b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +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: