Merge pull request #86 from polluks/patch-1

Shorter build call
This commit is contained in:
drmortalwombat 2024-09-02 13:03:42 +02:00 committed by GitHub
commit 0163fb729a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,15 +86,15 @@ You should build from the top-level directory of Oscar64:
To build just the compiler: To build just the compiler:
* make -f make/makefile compiler * make -C make compiler
To build just game demonstrations: To build just game demonstrations:
* make -f make/makefile samples * make -C make samples
To build everything: To build everything:
* make -f make/makefile all * make -C make all
### Compiler arguments ### Compiler arguments