X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/443d1e9efedfcab7d67c10085b69a9b4cb1db6f5..8a623a98c31bda69c05f2c7c94bad2d131060b02:/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: