summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-11-03 18:14:09 +0100
committerantirez <antirez@gmail.com>2010-11-03 18:14:09 +0100
commit8df3dcada5e34c6a99666931ee6dcccd57685353 (patch)
tree8754172789196c79e829129bbdd7239f10f71e10 /Makefile
parente902b579b4eb5f695680427cb34725159a4fa64f (diff)
downloadredis-8df3dcada5e34c6a99666931ee6dcccd57685353.tar.gz
top level make clean also clean hiredis and linoise (deps)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f67909456..8f811b7b7 100644
--- a/Makefile
+++ b/Makefile
@@ -10,5 +10,7 @@ install: dummy
$(TARGETS) clean:
cd src && $(MAKE) $@
+ cd deps/hiredis && $(MAKE) $@
+ cd deps/linenoise && $(MAKE) $@
dummy: