Update make command in readme files

This commit is contained in:
Turiiya 2023-10-10 01:57:23 +02:00
parent 11093c97d4
commit 77cf950c3b
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ Think of WebUI like a WebView controller, but instead of embedding the WebView c
mingw32-make
# MSVC
nmake -f Makefile.nmake
nmake
```
- **Linux**

View File

@ -18,7 +18,7 @@ To build an example, cd into its directory and run the make command.
mingw32-make
# MSVC
nmake -f Makefile.nmake
nmake
```
- **Linux**