aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-01-19 22:31:38 +0100
committerAleksa Vučković <aleksav013@gmail.com>2022-01-19 22:31:38 +0100
commitf45bfee860577b244a9a9f01df0d1e34f2c148df (patch)
tree0d82c6b0d8c86d754686f858b221f328a254844d /README.md
parent6a3903cc8935adf774ba0c141fe757911be226d6 (diff)
Makefile updateHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0173ee1..430227c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ make
- Install [mingw-w64](http://mingw-w64.org/doku.php/download/mingw-builds)
- Add mingw64\bin to $PATH
```
-g++ -std=c++14 -g -O2 -Wall -o sfml-rpg *.cpp -I SFML-2.5.1\include -L SFML-2.5.1\lib -lsfml-graphics -lsfml-window -lsfml-system
+g++ -std=c++14 -g -O2 -Wall -o sfml-rpg src\*.cpp -I SFML-2.5.1\include -L SFML-2.5.1\lib -lsfml-graphics -lsfml-window -lsfml-system
```
Or just use Linux
> If you use Visual Studio or Code::Blocks you can follow [official tutorial](https://www.sfml-dev.org/tutorials) for setting up SFML.