chore: update build system to clean core object files and add cross-compilation support for Windows

This commit is contained in:
Liam Kerr 2026-08-02 21:06:17 +01:00
parent 3a11f43fdc
commit 652e3b7f6a
3 changed files with 16 additions and 7 deletions

View file

@ -22,6 +22,16 @@ If already cloned without submodules
`make plugins`
To cross compile with windows. (Not actually tested but builds)
`make plugins CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ WINDOWS=true`
Do bear in front to generate types
```
make clean
bear -- make plugins
```
### Verify
`ls bin/`