Skip to content

Commit

Permalink
docs(readme): replace make with gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 29, 2023
1 parent bb1ef81 commit 35d621f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ options:

```sh
sudo apt install -y build-essential graphicsmagick tclsh
make test
gmake test
```

### Cross-compiling for Windows
Expand All @@ -65,10 +65,10 @@ The following commands build a 32-bit executable for Windows.

```sh
sudo apt install -y build-essential gcc-mingw-w64-i686
make hicolor.exe
gmake hicolor.exe
# Wine, Tcl, and GraphicsMagick are needed only for testing.
sudo apt install -y graphicsmagick tclsh wine
make test-wine
gmake test-wine
```

## License
Expand Down

0 comments on commit 35d621f

Please sign in to comment.