HandmadeHero/README.md

12 lines
430 B
Markdown
Raw Normal View History

2023-09-08 07:07:34 -07:00
# HandmadeHero
Any code I do for this series will be here.
2023-09-08 10:00:05 -07:00
Building requires msvc or llvm's clang + lld, and powershell 7
## Scripts
* `build.ps1` - Builds the project use `.\scripts\build msvc` or `.\scripts\build clang`, add `release` to build in release mode
* `clean.ps1` - Cleans the project
* `update.ps1` - Updates the project dependencies to their latest from their respective repos. (Not done automatically on build)