Added main include file subpath.

This commit is contained in:
Willem Cazander 2021-07-06 22:14:17 +02:00
parent dfd4fb6d38
commit 546155a27c
1 changed files with 2 additions and 2 deletions

View File

@ -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