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