We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:
Folders under source/ will be scanned recursively for concerto.mak files.
source/
concerto.mak