hy_odoo/Makefile

10 lines
175 B
Makefile
Raw Permalink Normal View History

2021-02-22 00:43:53 +01:00
.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