From 339c20aea74d5b4c6b8b178b478cc5530bc9af79 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 25 Apr 2024 12:01:40 -0400 Subject: config: Add BFS_USE_LIB* to config.h instead of CPPFLAGS --- config/prelude.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/prelude.mk') diff --git a/config/prelude.mk b/config/prelude.mk index b9bc61b..e1e7a4d 100644 --- a/config/prelude.mk +++ b/config/prelude.mk @@ -109,7 +109,7 @@ MSG = @msg() { \ }; \ msg -# Maximum width of a short message, to align the [X] +# Maximum width of a short message, to align the ✔/✘ MSG_WIDTH := 33 # cat a file if V=1 -- cgit v1.2.3