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