I need create makefile for my C# project. Solution contains two projects (class library and tests). I am using Visual Studio 2013.
Is there any tool for creating makefile? Or can I create makefile manually?
Project need to be compiled in Mono and project also need makefile for GNU make.