]> git.saurik.com Git - redis.git/blobdiff - Makefile
Lua call of Redis command work in progress: sorry I have to go to the cinema to watch...
[redis.git] / Makefile
index 711ef6ff7fba0ccea6cf17a658b7098ce112eeea..335f8321300b50798f055a0a0795ef0c5180c928 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,23 @@
 # Top level makefile, the real shit is at src/Makefile
 
-TARGETS=32bit noopt
+TARGETS=32bit noopt test
 
 all:
        cd src && $(MAKE) $@
 
-$(TARGETS) clean:
+install: dummy
        cd src && $(MAKE) $@
+
+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: