summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-07-06 19:07:16 +0200
committerantirez <antirez@gmail.com>2010-07-06 19:07:16 +0200
commitacc018549379dc2ac02a0b0484cfdb4d56122488 (patch)
treed4f10c01ee96e6fa43efe05291943d859127d9c3 /Makefile
parentf26dde8ca93e50068084cc2f5423b9244296148d (diff)
downloadredis-acc018549379dc2ac02a0b0484cfdb4d56122488.tar.gz
make install target, finally ;)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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) $@