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