Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
abc3ff4d
Commit
abc3ff4d
authored
Nov 05, 2010
by
Pieter Noordhuis
Browse files
Only cascade clean target to deps
parent
645e9962
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
abc3ff4d
...
...
@@ -8,9 +8,12 @@ all:
install
:
dummy
cd
src
&&
$(MAKE)
$@
$(TARGETS)
clean
:
clean
:
cd
src
&&
$(MAKE)
$@
cd
deps/hiredis
&&
$(MAKE)
$@
cd
deps/linenoise
&&
$(MAKE)
$@
$(TARGETS)
:
cd
src
&&
$(MAKE)
$@
dummy
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment