hy_odoo/Makefile

10 lines
175 B
Makefile

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