4 lines
127 B
Makefile
4 lines
127 B
Makefile
main:
|
|
bison --header=main.tab.h main.y
|
|
gcc main.tab.c tslex.c $$(pkg-config --cflags --libs tree-sitter tree-sitter-c) -ggdb
|