aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16ec9e3..d2845ca 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ VENDOR_DIRS = $(wildcard vendor/*)
7CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3 7CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3
8LIBS = -I./vendor/tree-sitter/lib/include -lpthread 8LIBS = -I./vendor/tree-sitter/lib/include -lpthread
9 9
10LANGS = c cpp python php go rust javascript lua zig kotlin 10LANGS = c cpp python php go rust javascript lua zig kotlin odin
11QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) 11QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS))
12TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) 12TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS))
13 13