]> 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 b72faa1b18c88b8a491deca9d9ebe5e3c1a95f64..335f8321300b50798f055a0a0795ef0c5180c928 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ clean:
        cd src && $(MAKE) $@
        cd deps/hiredis && $(MAKE) $@
        cd deps/linenoise && $(MAKE) $@
+       cd deps/lua && $(MAKE) $@
 
 $(TARGETS):
        cd src && $(MAKE) $@