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
hiredis
Commits
ae5a13f5
Commit
ae5a13f5
authored
Oct 31, 2010
by
Pieter Noordhuis
Browse files
Regenerated Makefile dependencies
parent
0152f128
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ae5a13f5
...
...
@@ -36,12 +36,11 @@ all: ${DYLIBNAME} ${BINS}
# Deps (use make dep to generate this)
anet.o
:
anet.c fmacros.h anet.h
example.o
:
example.c hiredis.h sds.h
test.o
:
test.c hiredis.h sds.h
hiredis.o
:
hiredis.c hiredis.h sds.h anet.h
sds.o
:
sds.c sds.h
hiredis.o
:
hiredis.c hiredis.h sds.h anet.h
async.o
:
async.c async.h hiredis.h sds.h util.h
example.o
:
example.c hiredis.h
hiredis.o
:
hiredis.c hiredis.h anet.h sds.h util.h
sds.o
:
sds.c sds.h
test.o
:
test.c hiredis.h
${DYLIBNAME}
:
${OBJ}
${DYLIB_MAKE_CMD}
...
...
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