From 3bc9b2f5fc3fda8fb1e78a8e18ddcda77f30001a Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 30 Apr 2013 12:07:52 -0700 Subject: [PATCH] Updated Makefile for install and debug targets. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b24794..8d307ee 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ ios-deploy: ios-deploy.c gcc -o ios-deploy -framework CoreFoundation -framework MobileDevice -F/System/Library/PrivateFrameworks ios-deploy.c install: all - ./ios-deploy demo.app + ./ios-deploy --bundle demo.app debug: all - ./ios-deploy -d demo.app + ./ios-deploy --debug --bundle demo.app clean: rm -rf *.app demo ios-deploy \ No newline at end of file