[hackers] [libgrapheme] Alphabetic ordering of variables in config.mk || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Sun, 19 Dec 2021 16:38:01 +0100 (CET)

commit c213f3ca7b8ca8974f7eb22752e247e36f633f16
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Sun Dec 19 16:37:42 2021 +0100
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Sun Dec 19 16:37:42 2021 +0100

    Alphabetic ordering of variables in config.mk
    
    Signed-off-by: Laslo Hunhold <dev_AT_frign.de>

diff --git a/config.mk b/config.mk
index 0c62ee1..11682cf 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -5,8 +5,8 @@ VERSION = 0
 
 # paths
 PREFIX = /usr/local
-LIBPREFIX = $(PREFIX)/lib
 INCPREFIX = $(PREFIX)/include
+LIBPREFIX = $(PREFIX)/lib
 MANPREFIX = $(PREFIX)/share/man
 
 # flags
Received on Sun Dec 19 2021 - 16:38:01 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 19 2021 - 16:48:31 CET