From 09303f8095f57cd8ec55bf66e23fdbbbb6ba6a5b Mon Sep 17 00:00:00 2001 From: FozzTexx Date: Sat, 10 Aug 2019 08:16:16 -0700 Subject: [PATCH] Working on tables --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e08671f..6b2c4cc 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,10 @@ TCPSER is distributed under the GPL 2.0 or later Simply untar the archive into a directory, and use the appropriate make command generate the exectutable. If unsure, try the default make command first. -Default/Linux: make -Solaris: make -f Makefile.solaris -*BSD: gmake +|---------------------|----------------------------| +| Default/Linux/macOS | `make` | +| Solaris | `make -f Makefile.solaris` | +| *BSD | `gmake` | ### Windows 95/OSR2/98/SE/ME/NT/2000/XP/2003