From 62fafaf47f6c6c9d7288212b8a0e16727edafd88 Mon Sep 17 00:00:00 2001 From: Nikolay Mitrofanov Date: Thu, 2 Jul 2026 22:11:29 +0300 Subject: [PATCH 1/2] fix readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04d2126..7d306fc 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ popd Include in root Makefile in the next way: ```Makefile +# if you use github.com/makefile-inc/common add your own makefile-common +# include $(CURDIR)/makefile-common/include.mk.inc + +# otherwise add from openapi +# include $(CURDIR)/makefile-openapi/makefile-common/include.mk.inc + include $(CURDIR)/makefile-openapi/include.mk.inc ``` From 93fc5274c13a6c4a8413339399bdddd98f4051fa Mon Sep 17 00:00:00 2001 From: Nikolay Mitrofanov Date: Thu, 2 Jul 2026 22:12:18 +0300 Subject: [PATCH 2/2] ++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d306fc..138bfcd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Checkout to target version: ``` pushd . cd makefile-openapi -git fetch -a && git checkout v0.1.0 && git pull +git fetch -a && git checkout v0.3.0 && git pull popd ```