From 35d621fcb60a868d007a17166f2aaac13caee155 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Fri, 29 Sep 2023 11:48:22 +0000 Subject: [PATCH] docs(readme): replace `make` with `gmake` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40430a6..74fdbbb 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ options: ```sh sudo apt install -y build-essential graphicsmagick tclsh -make test +gmake test ``` ### Cross-compiling for Windows @@ -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