projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE
[redis.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 576c0e5e94fb7192b2baf248f056bb4a8b9b6b50..f67909456435ea0038a4ae560dd4ad02c4432584 100644
(file)
--- 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: