We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bae0c commit b609c80Copy full SHA for b609c80
Makefile
@@ -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