From afa1dba154b5702e64cca5ebcce4f3087116bd1b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Thu, 24 Feb 2022 00:58:57 -0500 Subject: Second pass refactoring Makefile. Allow both the GUI and terminal version to be compiled concurrently. --- docs/manual.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/manual.md b/docs/manual.md index b88cf074..f3bd7714 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1510,17 +1510,16 @@ Command | Description `make GTK3=1` | Builds Textadept using GTK 3.x `make DEBUG=1` | Optionally builds Textadept with debug symbols `make install` | Optionally installs Textadept (to */usr/local* by default) -`make curses` | Builds the terminal version of Textadept +`make textadept` | Builds only the GUI version of Textadept +`make curses` | Builds only the terminal version of Textadept `make curses install`| Optionally installs the terminal version of Textadept `make uninstall` | Uninstalls Textadept (from */usr/local* by default) `make clean` | Deletes all compiled files, leaving only source files `make clean-deps` | Deletes all unpacked dependencies, leaving only downloads `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 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 `make osx-app` | Builds *Textadept.app* If you want to install Textadept into a non-standard location, you can specify that location -- cgit v1.2.3