We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62a341 commit 31130f0Copy full SHA for 31130f0
Makefile
@@ -0,0 +1,6 @@
1
+
2
+clean:
3
+ @find . -name "*.pyc" -exec rm -rf {} \;
4
5
+test:
6
+ python startTests.py
0 commit comments