projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Sentinel: scripts execution engine improved.
[redis.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 576c0e5e94fb7192b2baf248f056bb4a8b9b6b50..e614ede891f2dd183a3ae41ea1ac3b63fe2e7634 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,9
+1,11
@@
# Top level makefile, the real shit is at src/Makefile
# Top level makefile, the real shit is at src/Makefile
-
TARGETS=32bit noopt test inst
all
+
default:
all
-
all
:
+
.DEFAULT
:
cd src && $(MAKE) $@
cd src && $(MAKE) $@
-
$(TARGETS) clean
:
+
install
:
cd src && $(MAKE) $@
cd src && $(MAKE) $@
+
+.PHONY: install