aboutsummaryrefslogtreecommitdiff
path: root/Makefile.shared
Commit message (Collapse)AuthorAge
* Add a shape castAlexander2020-06-02
| | | | | Add a raycast like function, which can cast shapes. phys.shapecast(), along with a shape structure needed to call this function.
* Fixed make for windowsAlexander2020-02-24
| | | | | Windows builds would break every time there was a windows update, removing the -shared compile flag seems to fix that.
* Various updatesAlexander2019-10-27
|
* Updating make systemAlexander Pickering2019-07-08
Splitting up makefiles into several to make things more manageable