Skip to content

Custom Target Files

Erik Rainey edited this page Feb 27, 2015 · 1 revision

If you project requires some special changes above and beyond the normal target.mak in concerto, you can copy the default file over to your project location and then set

BUILD_TARGET := $(abspath .)/target.mak

In your Makefile. Replace or augment whatever you need. This will replace the target.mak in concerto with yours.

Clone this wiki locally