commit c213f3ca7b8ca8974f7eb22752e247e36f633f16
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Sun Dec 19 16:37:42 2021 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Sun Dec 19 16:37:42 2021 +0100

    Alphabetic ordering of variables in config.mk
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/config.mk b/config.mk
index 0c62ee1..11682cf 100644
--- 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

Reply via email to