diff options
author | wrmr | 2025-06-23 15:29:15 -0400 |
---|---|---|
committer | wrmr | 2025-06-23 15:29:15 -0400 |
commit | 2a6c37df299d7bc0453c202de05e5d15f3722090 (patch) | |
tree | b1858be2b67cfea98e357f475ae4b4ae1ea59e37 /README.md | |
parent | 26ea24c56d21f70ec37344c9b8e851658efbfbb8 (diff) |
add make to dependency list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index f2c5d04..c4ea5cf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ epoch at the time of their creation. ## dependencies +* make (posix should be fine) * a c11-compatible c compiler * libncursesw (with unicode support) |