X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f26dde8ca93e50068084cc2f5423b9244296148d..8e65b6a33d01f48f469735798806877e3168cb2c:/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) $@