From 8375f459638f942d51948d466d9365eaa0c2a500 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 22 Jan 2026 12:07:15 +0100 Subject: Add Kotlin grammar --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c32deef..16ec9e3 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ .PHONY: all queries tsbuild valgrind tests format clean TARGET = crep -SOURCES = $(wildcard *.c *.h) +SOURCES = $(wildcard *.c *.h queries/*.h) TS_ALIBS = $(shell find vendor -name "*.a" -print) VENDOR_DIRS = $(wildcard vendor/*) CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3 LIBS = -I./vendor/tree-sitter/lib/include -lpthread -LANGS = c cpp python php go rust javascript lua zig +LANGS = c cpp python php go rust javascript lua zig kotlin QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) -- cgit v1.2.3