You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.