projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
yet another #if REDIS_MBULK_BIG_ARG removed.
[redis.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 711ef6ff7fba0ccea6cf17a658b7098ce112eeea..4f08126df79d726f8cdb7758175d2ee45c042d71 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,9
+1,7
@@
# Top level makefile, the real shit is at src/Makefile
-TARGETS=32bit noopt
+default: all
-
all
:
+
.DEFAULT
:
cd src && $(MAKE) $@
-$(TARGETS) clean:
- cd src && $(MAKE) $@