Updated Makefile for install and debug targets.

This commit is contained in:
Shazron Abdullah 2013-04-30 12:07:52 -07:00
parent 5cfa9161e0
commit 3bc9b2f5fc

View File

@ -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