From 1e0f1580e6a192b9e1c8f4a19948e12caa7b41b8 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 28 Apr 2025 00:55:45 -0400 Subject: [PATCH] [ADD] Makefile can add extension Common.Makefile for custom project --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a498c59..bb7e9f4 100644 --- a/Makefile +++ b/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