diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,13 +2,13 @@ | |||
| 2 | 2 | ||
| 3 | TARGET = crep | 3 | TARGET = crep |
| 4 | ABI_CHECK_TARGET = abicheck | 4 | ABI_CHECK_TARGET = abicheck |
| 5 | SOURCES = $(filter-out check.c, $(wildcard *.c *.h queries/*.h)) | 5 | SOURCES = $(filter-out check.c abicheck.c, $(wildcard *.c *.h queries/*.h)) |
| 6 | TS_ALIBS = $(shell find vendor -name "*.a" -print) | 6 | TS_ALIBS = $(shell find vendor -name "*.a" -print) |
| 7 | VENDOR_DIRS = $(wildcard vendor/*) | 7 | VENDOR_DIRS = $(wildcard vendor/*) |
| 8 | CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3 | 8 | CFLAGS = $(EXTRA_FLAGS) -Wall -Wextra -std=gnu99 -pedantic -O3 |
| 9 | LIBS = -I./vendor/tree-sitter/lib/include -lpthread | 9 | LIBS = -I./vendor/tree-sitter/lib/include -lpthread |
| 10 | 10 | ||
| 11 | LANGS = c cpp python php go rust javascript lua zig kotlin odin tcl | 11 | LANGS = c cpp python php go rust javascript lua zig kotlin odin tcl glsl |
| 12 | QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) | 12 | QUERY_HEADERS = $(patsubst %, queries/%.h, $(LANGS)) |
| 13 | TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) | 13 | TS_SUBDIRS = tree-sitter $(patsubst %, tree-sitter-%, $(LANGS)) |
| 14 | 14 | ||
