diff options
| author | wrmr | 2025-06-23 14:32:32 -0400 |
|---|---|---|
| committer | wrmr | 2025-06-23 14:32:32 -0400 |
| commit | efccca225edd32654c1935b19c8eed44732eb8ad (patch) | |
| tree | 96ef06065443adbb8663985cc7d34175291c2594 | |
| parent | 7d063335c6f3d29ffff747848f0705a196e238bf (diff) | |
drop required c version to c11
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ RUNARGS = PREFIX ?= ${HOME}/.local BINDIR = ${PREFIX}/bin -CFLAGS = -std=c17 -Wall -Wextra -Wpedantic -Os ${CFLAGS_${DEBUG}} +CFLAGS = -std=c11 -Wall -Wextra -Wpedantic -Os ${CFLAGS_${DEBUG}} LDFLAGS = -flto ${LDFLAGS_${DEBUG}} LDLIBS = -lncursesw @@ -7,7 +7,7 @@ epoch at the time of their creation. ## dependencies -* a c17-compatible c compiler +* a c11-compatible c compiler * libncursesw (with unicode support) ## keyboard shortcuts |
