Update README.md

main
DavidDGTNT 2021-09-22 11:00:45 -05:00 committed by GitHub
parent cd9e93692c
commit 170875bd28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Repl.it: https://repl.it/@DavidDGTNT/calc
`g++ -o calc main.cpp` `g++ -o calc main.cpp`
### MinGW ### MinGW
#### With included make #### With included make
`make -f Makefile.win` `mingw32-make -f Makefile.win`
#### Without make or building desktop version #### Without make or building desktop version
`g++ -o calc.exe <main.cpp / windows-desktop.cpp>` `g++ -o calc.exe <main.cpp / windows-desktop.cpp>`
### Visual Studio (all modern versions) ### Visual Studio (all modern versions)