Added note on using make, removed note on TTY

This commit is contained in:
Gitea 2020-12-12 00:33:58 -06:00
parent aee2300717
commit 5ef1f6864c
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -48,8 +48,8 @@ C compiler. In general, this can be done with:
`cc -std=c99 <util>`
where <util> 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
-----------