Update readme and rebuild script

This commit is contained in:
2023-10-10 13:10:49 -04:00
parent b7dadf3450
commit 22dfe4165b
3 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,4 @@ $clean = join-path $PSScriptRoot 'clean.ps1'
$build = join-path $PSScriptRoot 'build.ps1'
& $clean
& $build 'msvc' 'dev'
& $build @args