Commit 7f113606 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Recompile net.c when hiredis.h changes

parent 6d207ea9
...@@ -47,7 +47,7 @@ INSTALL= cp -a ...@@ -47,7 +47,7 @@ INSTALL= cp -a
all: ${DYLIBNAME} ${BINS} 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 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 util.h dict.c dict.h
example.o: example.c hiredis.h example.o: example.c hiredis.h
hiredis.o: hiredis.c hiredis.h net.h sds.h util.h hiredis.o: hiredis.c hiredis.h net.h sds.h util.h
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment