From: antirez Date: Tue, 6 Jul 2010 17:10:20 +0000 (+0200) Subject: Make install fixed using a dummy taget X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/443d1e9efedfcab7d67c10085b69a9b4cb1db6f5 Make install fixed using a dummy taget --- 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: