aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-21 15:30:42 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-21 15:30:42 -0400
commitd6616a865abe10991beffab9f431deb0012db848 (patch)
tree13f6edc20781be91ee36ce8591d5f23514f64386 /Makefile
parent955805f9a73145f2b3eb991c3d7aaaaae0576b38 (diff)
Add coroutines to core library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5eeb7285..6fea3bba 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ install-files: build/bin/tomo build/lib/$(LIB_FILE) build/lib/$(AR_FILE)
cp -v man/man3/* "$(PREFIX)/man/man3/"
install-libs: build/bin/tomo
- ./local-tomo -qIL lib/patterns lib/time lib/commands lib/shell lib/random lib/base64 lib/pthreads lib/uuid lib/core
+ ./local-tomo -qIL lib/patterns lib/time lib/commands lib/shell lib/random lib/base64 lib/coroutines lib/pthreads lib/uuid lib/core
install: install-files install-libs