makefile and XCode

Hello,

Is there an easy way to compile a project defined by a makefile.txt with XCode?

Thanks !

Replies

Create an external build system project in Xcode. The build tool option when you create the project should be set to make. The project will use a make file to build the project instead of Xcode's build system.