Added newline and removed make dialect for env override.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s

This commit is contained in:
Willem Cazander 2024-06-25 16:04:17 +02:00
parent 4bf712dfe0
commit e6301e9d48

View file

@ -39,10 +39,10 @@ For debian use;
## Usage
Include the `lib/make/msxbuild.mk` file from your Makefile.
Include the `lib/make/msxbuild.mk` file from your Makefile.
And override the paths if needed;
* PATH_SDCC ?= /usr/bin
* PATH_OPENMSX ?= /usr/bin
* PATH_SDCC=/usr/bin
* PATH_OPENMSX=/usr/bin
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`