From 7f113606049c1b7aa790b4b7d7c735662620cae6 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 21 Apr 2011 15:04:25 +0200 Subject: Recompile net.c when hiredis.h changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a84b9b..13c12b6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3