[DEV-8362] Include program.mk in project root

Merge branch 'jira-8362' into master

* jira-8362:
  [DEV-8362] Include program.mk in project root
master
Joseph Frazer 2020-10-01 10:12:16 -04:00
commit cc19e0065f
2 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,10 @@ TAME developers: Add new changes under a "NEXT" heading as part of the
commits that introduce the changes. To make a new release, run
`tools/mkrelease`, which will handle updating the heading for you.
NEXT
====
- Optionally include a "program.mk" file if it is present in the project's root
directory. This allows us to move program specific tasks outside of TAME.
v17.6.1 (2020-09-23)
====================

View File

@ -344,3 +344,8 @@ me-a-sandwich:
|| echo 'Make it yourself.'
FORCE: ;
# optionally include a "program.mk" file if it is
# present in the project's root directory
-include program.mk