summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ad8acaa..a445fd6 100644
--- a/Makefile
+++ b/Makefile
@@ -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}