summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-20 12:51:23 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-20 12:51:23 +0000
commitb106fe19b55e9fe3348b3a5c9992c21dac27b02c (patch)
tree32663c9a791b7f45ce9bc61c5a87351d5dc2c782 /Makefile
parente5d8c4219cfe5629a3ce4dbff01406a1817a788f (diff)
Working a bit on the LSP + fixed some bugs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5eb4040..3c70e61 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ SRCS = src/main.c \
src/lsp/lsp_main.c \
src/lsp/lsp_analysis.c \
src/lsp/lsp_index.c \
+ src/lsp/lsp_project.c \
src/zen/zen_facts.c \
src/repl/repl.c \
src/plugins/plugin_manager.c