Added main include file subpath.
This commit is contained in:
parent
dfd4fb6d38
commit
546155a27c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue