Files
scc/justfile

16 lines
271 B
Makefile
Raw Normal View History

list:
just --list
build_docs:
doxygen Doxyfile
docs: build_docs
python -m http.server -d docs/html
count:
# you need download `tokei` it can download by cargo
tokei libs runtime src -e tests
build_lexer:
python ./tools/cbuild/cbuild.py --path libs/lexer build