This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
helpless/build.bat
2024-06-27 18:04:21 +07:00

9 lines
No EOL
86 B
Batchfile

@echo off
rmdir /S /Q build
mkdir build
pushd build
cl ../main.cpp /Zi
popd