projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Show redis-cli version with repository information if present
[redis.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 185aab8d2038f404c6f5f8143859ca2e03bed2a2..b72faa1b18c88b8a491deca9d9ebe5e3c1a95f64 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-16,4
+16,7
@@
clean:
$(TARGETS):
cd src && $(MAKE) $@
$(TARGETS):
cd src && $(MAKE) $@
+src/help.h:
+ @./utils/generate-command-help.rb > $@
+
dummy:
dummy: