changeset 76:ed63d30669f6

s/gmake/make/g
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Jan 2016 05:26:04 +0200
parents 92a4065c41d0
children d14c82880141
files README.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Fri Jan 01 04:27:07 2016 +0200
+++ b/README.txt	Fri Jan 01 05:26:04 2016 +0200
@@ -43,11 +43,11 @@
 
 1) Possibly edit Makefile / Makefile.w32
 
-2) $ gmake
+2) $ make
 
    or, if cross-compiling to Win32 via MinGW
 
-   $ gmake -f Makefile.w32
+   $ make -f Makefile.w32
 
 3) ???