tests/C_C++/bison/tslex/Makefile
2024-09-06 16:22:52 +02:00

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