]> git.saurik.com Git - redis.git/blobdiff - Makefile
Scripting tests added
[redis.git] / Makefile
index 185aab8d2038f404c6f5f8143859ca2e03bed2a2..335f8321300b50798f055a0a0795ef0c5180c928 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,12 @@ clean:
        cd src && $(MAKE) $@
        cd deps/hiredis && $(MAKE) $@
        cd deps/linenoise && $(MAKE) $@
+       cd deps/lua && $(MAKE) $@
 
 $(TARGETS):
        cd src && $(MAKE) $@
 
+src/help.h:
+       @./utils/generate-command-help.rb > $@
+
 dummy: