[ADD]Makefile

This commit is contained in:
Fabien BOURGEOIS 2021-02-22 00:43:53 +01:00
parent 9a3dfacc31
commit d5884da16b
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.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