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 -----------