From 50e2dde008820ef5ae8bd502d2646e00e5139bc4 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Tue, 20 Jan 2026 13:14:07 +0000 Subject: Using cJSON for the LSP --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c70e61..8dbbdf4 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ SRCS = src/main.c \ src/lsp/lsp_analysis.c \ src/lsp/lsp_index.c \ src/lsp/lsp_project.c \ + src/lsp/cJSON.c \ src/zen/zen_facts.c \ src/repl/repl.c \ src/plugins/plugin_manager.c -- cgit v1.2.3