diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-06-02 08:12:57 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-06-02 08:12:57 +0100 |
commit | 61bc09a25e83193c68057341bfb33150785b4bcd (patch) | |
tree | ecd4b91af44a79fa91c2c3e82d8c415ce75e2270 /README.md | |
parent | f4057019ea405a5a18aae5f764929ea98e9052f5 (diff) | |
download | ubox-msx-lib-61bc09a25e83193c68057341bfb33150785b4bcd.tar.gz ubox-msx-lib-61bc09a25e83193c68057341bfb33150785b4bcd.zip |
Comment re: PATH env variable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ The include files are ready to use in `./include`. Add those directories in `SDCC`'s search path and you are ready to go. +Note: `make` is expected to be run from the root of the repo. The PATH env +variable will be set automatically. + ### Building the example An example game is included with the libraries and it can be built with: |