From 5ef1f6864c0727eb946d5c18b2bdce99b57d81f6 Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 12 Dec 2020 00:33:58 -0600 Subject: [PATCH] Added note on using make, removed note on TTY --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 326720f..7f02279 100755 --- a/README +++ b/README @@ -48,8 +48,8 @@ C compiler. In general, this can be done with: `cc -std=c99 ` where is the C file you wish to compile. -Note that tty requires you to add the flag `-D_XOPEN_SOURCE=700` -(*Is this another GNU thing? Gods, it'd better not be...) +Alternatively, you can just run `make` to compile all currently finished +utilities. Portability -----------