diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:23:25 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:23:25 +0100 |
| commit | 59b30c1305ff6bcb63c673898893edcda19e27e4 (patch) | |
| tree | b02b357f3f7a70f916284663ae94f57d64ac1d92 /Makefile | |
| parent | 8375f459638f942d51948d466d9365eaa0c2a500 (diff) | |
| download | crep-59b30c1305ff6bcb63c673898893edcda19e27e4.tar.gz | |
Add Odin grammar
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ 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 kotlin +LANGS = c cpp python php go rust javascript lua zig kotlin odin QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) |
