How to run "make install" from Xcode

Posted by teamon on Stack Overflow See other posts from Stack Overflow or by teamon
Published on 2010-04-17T13:36:43Z Indexed on 2010/04/17 13:43 UTC
Read the original article Hit count: 328

Filed under:
|

I have custom Makefile and External build target in Xcode. When I click "Build" it runs "make" When I click "Clear" it runs "make clean"

How to run "make install" (or any other target) from Xcode?

(btw, this is AVR project and xcode project file was created using avr-project tool shipped with Crosspack-AVR)

© Stack Overflow or respective owner

Related posts about xcode

Related posts about makefile