diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ VENDOR_DIRS = $(wildcard vendor/*) | |||
| 7 | CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3 | 7 | CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3 |
| 8 | LIBS = -I./vendor/tree-sitter/lib/include -lpthread | 8 | LIBS = -I./vendor/tree-sitter/lib/include -lpthread |
| 9 | 9 | ||
| 10 | LANGS = c cpp python php go rust javascript lua zig kotlin | 10 | LANGS = c cpp python php go rust javascript lua zig kotlin odin |
| 11 | QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) | 11 | QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) |
| 12 | TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) | 12 | TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) |
| 13 | 13 | ||
