diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 15:04:25 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 15:04:45 +0200 |
commit | 7f113606049c1b7aa790b4b7d7c735662620cae6 (patch) | |
tree | b1daffb7fd50c6264bc622925956221774eb5e2f | |
parent | 6d207ea98ec6de086cb48c259fd3cac786f699ec (diff) |
Recompile net.c when hiredis.h changes
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ INSTALL= cp -a all: ${DYLIBNAME} ${BINS} # 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 example.o: example.c hiredis.h hiredis.o: hiredis.c hiredis.h net.h sds.h util.h |