From 0b12949fbadae1df31989affdae54af33f6a58ce Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 23 Mar 2024 19:05:20 +0100 Subject: Add unicode/gbrk --- make.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make.c') diff --git a/make.c b/make.c index de7c794..f067716 100644 --- a/make.c +++ b/make.c @@ -79,6 +79,8 @@ main(int argc, char **argv) if (glob("lib/*/*.c", 0, globerr, &g)) die("glob"); + if (glob("lib/unicode/*/*.c", GLOB_APPEND, globerr, &g)) + die("glob"); if (procs == -1 && (procs = nproc()) == -1) { if (errno) -- cgit v1.2.3