Removed clean target that might have returned error that aborted homebrew install

This commit is contained in:
Shazron Abdullah 2013-05-13 12:10:48 -07:00
parent cca4ef14d2
commit 87e5f9ee06

View File

@ -15,7 +15,7 @@ demo: demo.c
ios-deploy: ios-deploy.c
$(IOS_CC) -o ios-deploy -framework CoreFoundation -framework MobileDevice -F/System/Library/PrivateFrameworks ios-deploy.c
install: all
install: ios-deploy
mkdir -p $(prefix)/bin
cp ios-deploy $(prefix)/bin