[ADD] Makefile can add extension Common.Makefile for custom project

This commit is contained in:
Mathieu Benoit 2025-04-28 00:55:45 -04:00
parent 1ef0663752
commit 1e0f1580e6

View file

@ -30,6 +30,8 @@ else
endif
endif
# Can integrate dedicated makefile of custom project
-include Common.Makefile
# Example for update
.PHONY: custom_run_example