From 22073a7c051fb263f3d9481dfef844ccfc2a18d0 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 29 Mar 2009 20:15:07 +0200 Subject: [PATCH] build libusbmuxd.so before iproxy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa5576b..13a9914 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGETS=usbmuxd iproxy libusbmuxd.so +TARGETS=usbmuxd libusbmuxd.so iproxy CFLAGS=-I. -Wall -g -DDEBUG -fPIC LIBS=-lpthread -lusb -lrt LDFLAGS=-L. -- cgit v1.1-32-gdbae