X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f26dde8ca93e50068084cc2f5423b9244296148d..8e0a9f6027fc29435f6455037f99208b911ba296:/Makefile diff --git a/Makefile b/Makefile index 711ef6ff..e614ede8 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ # Top level makefile, the real shit is at src/Makefile -TARGETS=32bit noopt +default: all -all: +.DEFAULT: cd src && $(MAKE) $@ -$(TARGETS) clean: +install: cd src && $(MAKE) $@ + +.PHONY: install