mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Only cascade clean target to deps
This commit is contained in:
parent
645e9962cb
commit
abc3ff4d90
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -8,9 +8,12 @@ all:
|
|||
install: dummy
|
||||
cd src && $(MAKE) $@
|
||||
|
||||
$(TARGETS) clean:
|
||||
clean:
|
||||
cd src && $(MAKE) $@
|
||||
cd deps/hiredis && $(MAKE) $@
|
||||
cd deps/linenoise && $(MAKE) $@
|
||||
|
||||
$(TARGETS):
|
||||
cd src && $(MAKE) $@
|
||||
|
||||
dummy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue