X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/319bb48c01b4c5be95b425e325d4b9ae46d4bced..ed709555102db9e54ec9af6695da82acea3c5b31:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 4f08126d..e614ede8 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,7 @@ default: all .DEFAULT: cd src && $(MAKE) $@ +install: + cd src && $(MAKE) $@ + +.PHONY: install