Removed clean target that might have returned error that aborted homebrew install
This commit is contained in:
parent
cca4ef14d2
commit
87e5f9ee06
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ demo: demo.c
|
|||||||
ios-deploy: ios-deploy.c
|
ios-deploy: ios-deploy.c
|
||||||
$(IOS_CC) -o ios-deploy -framework CoreFoundation -framework MobileDevice -F/System/Library/PrivateFrameworks 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
|
mkdir -p $(prefix)/bin
|
||||||
cp ios-deploy $(prefix)/bin
|
cp ios-deploy $(prefix)/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user