libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit c213f3ca7b8ca8974f7eb22752e247e36f633f16
parent 826ada4dff1c4a34a2181c95309fb51b729e57ee
Author: Laslo Hunhold <dev@frign.de>
Date:   Sun, 19 Dec 2021 16:37:42 +0100

Alphabetic ordering of variables in config.mk

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -5,8 +5,8 @@ VERSION = 0 # paths PREFIX = /usr/local -LIBPREFIX = $(PREFIX)/lib INCPREFIX = $(PREFIX)/include +LIBPREFIX = $(PREFIX)/lib MANPREFIX = $(PREFIX)/share/man # flags