[ADD] Makefile can add extension Common.Makefile for custom project
This commit is contained in:
parent
1ef0663752
commit
1e0f1580e6
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -30,6 +30,8 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
# Can integrate dedicated makefile of custom project
|
||||
-include Common.Makefile
|
||||
|
||||
# Example for update
|
||||
.PHONY: custom_run_example
|
||||
|
|
|
|||
Loading…
Reference in a new issue