From 546155a27c029f8bec4bee48650a0950546216fd Mon Sep 17 00:00:00 2001 From: Willem Date: Tue, 6 Jul 2021 22:14:17 +0200 Subject: [PATCH] Added main include file subpath. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d8dbd..ed66b26 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ for your specific needs or contribute a fix or feature. ## Usage -Include the msxbuild.mk file from your Makefile. +Include the `lib/make/msxbuild.mk` file from your Makefile. And override the required paths; * PATH_SDCC ?= /usr/bin * PATH_HEX2BIN ?= /usr/bin @@ -32,7 +32,7 @@ And override the required paths; * PATH_OPENMSX ?= /opt/openMSX/bin/ * PATH_MSXBUILD ?= /opt/msxbuild -Then build result based compile rules see an example in; "test/ahello/0module.mk" +Then build result based compile rules see an example in; `test/ahello/0module.mk` ## Functions