projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Test SINTER with non existing key.
[redis.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 8f811b7b7736883311785af0b1eda7439c92a30f..4f08126df79d726f8cdb7758175d2ee45c042d71 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,16
+1,7
@@
# Top level makefile, the real shit is at src/Makefile
# Top level makefile, the real shit is at src/Makefile
-TARGETS=32bit noopt test
+default: all
-
all
:
+
.DEFAULT
:
cd src && $(MAKE) $@
cd src && $(MAKE) $@
-install: dummy
- cd src && $(MAKE) $@
-
-$(TARGETS) clean:
- cd src && $(MAKE) $@
- cd deps/hiredis && $(MAKE) $@
- cd deps/linenoise && $(MAKE) $@
-
-dummy: