From d6e38c72c6a2e185ccd623e9238e4ce1ecaa5108 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:55:26 -0500 Subject: Updated Makefile rules elsewhere in documentation. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e319f2fc..eb91e572 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,10 @@ Command | Description `make GTK3=1` | Builds Textadept using GTK 3.x `make DEBUG=1` | Optionally builds Textadept with debug symbols `make curses` | Builds the terminal version of Textadept -`make win32-deps` | Downloads and builds Textadept's Windows dependencies -`make win32` | Cross-compiles Textadept for Windows -`make win32-curses` | Cross-compiles the terminal version for Windows +`make win-deps` | Downloads and builds Textadept's Windows dependencies +`make win` | Cross-compiles Textadept for Windows `make osx-deps` | Downloads and builds Textadept's macOS dependencies `make osx` | Cross-compiles Textadept for macOS -`make osx-curses` | Cross-compiles the terminal version for macOS When building within Docker, the relevant container [image][] is `ghcr.io/orbitalquark/textadept-build:v1.0`. -- cgit v1.2.3