Skip to content

Normal Makefiles with Concerto

Erik Rainey edited this page Feb 27, 2015 · 17 revisions

A normal top-level makefile for a project will normally be very simple.

include $(CONCERTO_ROOT)/rules.mak

That's it. The default assumptions about how your projects are structured are as follows:

  • <project> ++ /source ++ /include

Folders under source/ will be scanned recursively for concerto.mak files.

Clone this wiki locally