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