X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/aaada3f962a9f87fb239e55e3d26c1e794d411d5..abc3ff4d90b2191f25a1dfb5ab1555c2cde208c2:/Makefile diff --git a/Makefile b/Makefile index f6790945..185aab8d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +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: