aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-17 13:33:23 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-17 13:33:23 -0400
commitcdc6037af740566d5329cef9d303f06e81682780 (patch)
tree68ee927b9f8a77c597352c89f1c41adad6cc0045 /Makefile
parent7e6f81749af2603a7d312c935c475c4223e5a8c1 (diff)
Add JSON module.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f20a3e0..27318e7e 100644
--- a/Makefile
+++ b/Makefile
@@ -215,7 +215,7 @@ install-files: build/bin/$(EXE_FILE) build/lib/$(LIB_FILE) build/lib/$(AR_FILE)
install-libs: build/bin/$(EXE_FILE) check-utilities
$(DEFINE_AS_OWNER); \
- ./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/json lib/time lib/commands lib/shell lib/random lib/base64 lib/pthreads lib/uuid lib/core
install: install-files install-libs