I have a custom Makefile and External build target in Xcode. When I click "Build", it launches "make", When I click "Clean", it runs "make clean"
How to run "make install" (or any other target) from Xcode?
(btw, this is an AVR project and the xcode project file was created using the avr-project tool that comes with Crosspack-AVR)
source
share