From 170875bd28603debef50a418c1cc05ae78982b23 Mon Sep 17 00:00:00 2001 From: DavidDGTNT <29644042+dugo3number2@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:00:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a89a2..fbb036f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Repl.it: https://repl.it/@DavidDGTNT/calc `g++ -o calc main.cpp` ### MinGW #### With included make -`make -f Makefile.win` +`mingw32-make -f Makefile.win` #### Without make or building desktop version `g++ -o calc.exe ` ### Visual Studio (all modern versions)