diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:58:25 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 12:58:25 +0100 |
| commit | c4923c47ffc2309fc3844be80ee0d8392e2fad2b (patch) | |
| tree | f45eaf718a30d9f9a478bb366dbe7fb9d746925b /Makefile | |
| parent | 0dce637073c97752e436ee5a1d1e16bf3dc8e7b2 (diff) | |
| download | crep-c4923c47ffc2309fc3844be80ee0d8392e2fad2b.tar.gz | |
Add GLSL grammar
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ TARGET = crep ABI_CHECK_TARGET = abicheck -SOURCES = $(filter-out check.c, $(wildcard *.c *.h queries/*.h)) +SOURCES = $(filter-out check.c abicheck.c, $(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 kotlin odin tcl +LANGS = c cpp python php go rust javascript lua zig kotlin odin tcl glsl QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) |
