Added official support for mingw32

This commit is contained in:
2023-01-28 07:56:11 +00:00
parent daee91904d
commit 4bce10803e
2 changed files with 3 additions and 5 deletions

View File

@@ -21,9 +21,7 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that
## Building
For Windows, Linux and MacOS, simply run `make` in the root directory.
Note: For Linux, you may need to `cd` into the `out` directory before running.
For Windows(mingw32 & cygwin), Linux and MacOS, simply run `make` in the root directory.
Note: MacOS is not officially supported (no machines for testing), but we'll do our best!