From acc018549379dc2ac02a0b0484cfdb4d56122488 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 6 Jul 2010 19:07:16 +0200 Subject: make install target, finally ;) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 711ef6ff7..576c0e5e9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Top level makefile, the real shit is at src/Makefile -TARGETS=32bit noopt +TARGETS=32bit noopt test install all: cd src && $(MAKE) $@ -- cgit v1.2.1