Updated Makefile for install and debug targets.
This commit is contained in:
parent
5cfa9161e0
commit
3bc9b2f5fc
4
Makefile
4
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
|
gcc -o ios-deploy -framework CoreFoundation -framework MobileDevice -F/System/Library/PrivateFrameworks ios-deploy.c
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
./ios-deploy demo.app
|
./ios-deploy --bundle demo.app
|
||||||
|
|
||||||
debug: all
|
debug: all
|
||||||
./ios-deploy -d demo.app
|
./ios-deploy --debug --bundle demo.app
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.app demo ios-deploy
|
rm -rf *.app demo ios-deploy
|
Loading…
Reference in New Issue
Block a user