]> git.saurik.com Git - redis.git/commitdiff
top level make clean also clean hiredis and linoise (deps)
authorantirez <antirez@gmail.com>
Wed, 3 Nov 2010 17:14:09 +0000 (18:14 +0100)
committerantirez <antirez@gmail.com>
Wed, 3 Nov 2010 17:14:09 +0000 (18:14 +0100)
Makefile

index f67909456435ea0038a4ae560dd4ad02c4432584..8f811b7b7736883311785af0b1eda7439c92a30f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,5 +10,7 @@ install: dummy
 
 $(TARGETS) clean:
        cd src && $(MAKE) $@
+       cd deps/hiredis && $(MAKE) $@
+       cd deps/linenoise && $(MAKE) $@
 
 dummy: