summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-20 13:14:07 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-20 13:14:07 +0000
commit50e2dde008820ef5ae8bd502d2646e00e5139bc4 (patch)
tree71ae2721c7788b699eca28a0902f7c7b22cee54e /Makefile
parentb106fe19b55e9fe3348b3a5c9992c21dac27b02c (diff)
Using cJSON for the LSP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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