mirror of
https://github.com/JHUAPL/lantern-smt.git
synced 2026-01-09 10:07:56 -05:00
8 lines
89 B
Makefile
8 lines
89 B
Makefile
.PHONY: test doc
|
|
|
|
test:
|
|
python3 -m unittest
|
|
|
|
doc:
|
|
pdoc3 --force --html -o docs lantern
|