commit f192af7f4bcf9bf575dbec88402188ddc121e2e1
parent 4a5f003110fc1ddde8918e633def3cd0d11d3c85
Author: nibo <nibo@relim.de>
Date: Tue, 11 Feb 2025 20:12:15 +0100
Remove debug variable
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -9,8 +9,7 @@ VERSION = 0.1.0
# Control whether log messages are colored.
COLOR = 0
# Exact font family name, e.g. from `fc-list : family`
-DEFAULT_FONT = "Helvetica"
-# DEFAULT_FONT = "Open Sans"
+DEFAULT_FONT = "Open Sans"
VARS = -DDEFAULT_FONT=\"${DEFAULT_FONT}\" -DVERSION=\"${VERSION}\" -DCOLOR=${COLOR} -DPREFIX=\"${PREFIX}\"
compile: