mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
top level make clean also clean hiredis and linoise (deps)
This commit is contained in:
parent
e902b579b4
commit
8df3dcada5
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -10,5 +10,7 @@ install: dummy
|
|||
|
||||
$(TARGETS) clean:
|
||||
cd src && $(MAKE) $@
|
||||
cd deps/hiredis && $(MAKE) $@
|
||||
cd deps/linenoise && $(MAKE) $@
|
||||
|
||||
dummy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue