diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-07 16:55:59 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-07 16:55:59 +0100 |
| commit | ac00e009ae5816dcea32ed131d72e812ec09c4b9 (patch) | |
| tree | 30cc91a227e951be730d26015672386306651460 /vendor/tree-sitter-json | |
| parent | 9123016d9d4d6fcc39a46828513f50bb52858458 (diff) | |
| download | crep-ac00e009ae5816dcea32ed131d72e812ec09c4b9.tar.gz | |
Added tree-sitter-c vendor library
Diffstat (limited to 'vendor/tree-sitter-json')
| -rw-r--r-- | vendor/tree-sitter-json/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/vendor/tree-sitter-json/Makefile b/vendor/tree-sitter-json/Makefile index 5772f7a..d324079 100644 --- a/vendor/tree-sitter-json/Makefile +++ b/vendor/tree-sitter-json/Makefile @@ -4,12 +4,7 @@ VERSION := 0.19.0 SRC_DIR := src PARSER_REPO_URL := $(shell git -C $(SRC_DIR) remote get-url origin ) - -ifeq (, $(PARSER_NAME)) - PARSER_NAME := $(shell basename $(PARSER_REPO_URL)) - PARSER_NAME := $(subst tree-sitter-,,$(PARSER_NAME)) - PARSER_NAME := $(subst .git,,$(PARSER_NAME)) -endif +PARSER_NAME := json ifeq (, $(PARSER_URL)) PARSER_URL := $(subst :,/,$(PARSER_REPO_URL)) |
