radare2/shlr/radare2-shell-parser-deps.mk
Riccardo Schirone 4ebd400fa7
Very simple tree sitter integration (#15414) ##command
* tree-sitter-integration: support tmp-seek, arged, and interpret commands
* Make meson automatically download tree-sitter and radare2-shell-parser grammar
* Add tree-sitter/radare2-shell-parser directories in gitignore
* Add Support for tree-sitter in acr/makefile
* Just use one script to download 3rd party repositories in shlr
* Use cfg.newshell
2019-11-06 10:33:23 +01:00

3 lines
112 B
Makefile

LINK+=$(STOP)/radare2-shell-parser/libshell-parser.$(EXT_AR)
LINK+=$(STOP)/tree-sitter/libtree-sitter.$(EXT_AR)