X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f26dde8ca93e50068084cc2f5423b9244296148d..bfbf8c888bff858fbde7b8a213c2cc3d01eedd5f:/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