+makefile

This commit is contained in:
anon 2024-09-12 22:23:03 +02:00
parent 360ce83c16
commit ed3920e18f

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: main test
main:
g++ source/tbc.cpp $$(pkg-config --cflags --libs tree-sitter tree-sitter-c) -ggdb
test:
python source/tbc.py test/convert.tbsp > object/kek.cpp
bake object/kek.cpp
./object/a.out test/input.md