Skip to content

Commit b609c80

Browse files
committed
Adds Makefile
1 parent b7bae0c commit b609c80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
clean:
2+
rm -rf src/syntactes/__pycache__ src/syntactes/tests/__pycache__
3+
4+
test:
5+
python -m unittest discover -v src/syntactes/tests/
6+
7+
install-local-package:
8+
pip install -e .

0 commit comments

Comments
 (0)