hy_odoo/Makefile

9 lines
142 B
Makefile
Raw 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:
2022-11-01 17:49:50 +01:00
hy hy_odoo/tests/test_xml_base.hy