Just released a small makefile generation tool which can be launched by right-clicking on the project node in the solution explorer and selecting “Generate Makefile”
There will be created a file called “makefile” in the project folder then. To build your project, just type ‘make’ in the terminal – ‘make clean’ can be used to remove all previously built files.
