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