summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-26 20:46:42 +0100
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-26 20:46:42 +0100
commit2612e0521fde55db2c720092d4ad02a8f015f46e (patch)
tree1c88226080a51c140197b04ba8df1c9fcd93253e /Makefile
parentc086b85afb1f0f2d9aa76faa5a4c8536380670a2 (diff)
parent5397f2b596b5189edbed3e45a42d18f3c99341d6 (diff)
downloadredis-2612e0521fde55db2c720092d4ad02a8f015f46e.tar.gz
Merge remote branch 'visionmedia/cli-help' into cli-help
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 185aab8d2..b72faa1b1 100644
--- a/Makefile
+++ b/Makefile
@@ -16,4 +16,7 @@ clean:
$(TARGETS):
cd src && $(MAKE) $@
+src/help.h:
+ @./utils/generate-command-help.rb > $@
+
dummy: