tAdd make as requirement in readme - ve - a minimal text editor (work in progress)
 (HTM) git clone git://src.adamsgaard.dk/ve
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8256da25aaa1e55cc0f982c6c7eba9567efc58a2
 (DIR) parent 89dd277c2abb179ea7264f20ea4ac93dba134770
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  7 Aug 2019 16:29:51 +0200
       
       Add make as requirement in readme
       
       Diffstat:
         M README                              |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -11,6 +11,7 @@ There is still lots to do, see TODO for missing but planned features. The
        editor was originally inspired by antirez/kilo and snaptoken/kilo.
        
        Build requirements:
       +        - make
                - C99 compiler (gcc, clang)
                - glibc or musl (others might work too)