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
8f27c968
Commit
8f27c968
authored
Apr 21, 2011
by
Pieter Noordhuis
Browse files
Remove util.h from Makefile
parent
0cb7c27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8f27c968
...
@@ -48,9 +48,9 @@ all: ${DYLIBNAME} ${BINS}
...
@@ -48,9 +48,9 @@ all: ${DYLIBNAME} ${BINS}
# Deps (use make dep to generate this)
# Deps (use make dep to generate this)
net.o
:
net.c fmacros.h net.h hiredis.h
net.o
:
net.c fmacros.h net.h hiredis.h
async.o
:
async.c async.h hiredis.h sds.h
util.h
dict.c dict.h
async.o
:
async.c async.h hiredis.h sds.h dict.c dict.h
example.o
:
example.c hiredis.h
example.o
:
example.c hiredis.h
hiredis.o
:
hiredis.c fmacros.h hiredis.h net.h sds.h
util.h
hiredis.o
:
hiredis.c fmacros.h hiredis.h net.h sds.h
sds.o
:
sds.c sds.h
sds.o
:
sds.c sds.h
test.o
:
test.c hiredis.h
test.o
:
test.c hiredis.h
...
...
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