hy_odoo/Makefile

10 lines
168 B
Makefile

.PHONY: clean
clean:
find . -name '*.pyc' -delete
find . -name '__pycache__' -delete
.PHONY: test
test:
hy hy_odoo/tests/test_xml.hy
hy hy_odoo/tests/test_odoo.hy