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