Skip to content

Commit 31130f0

Browse files
committed
add a basic makefile
1 parent e62a341 commit 31130f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
clean:
3+
@find . -name "*.pyc" -exec rm -rf {} \;
4+
5+
test:
6+
python startTests.py

0 commit comments

Comments
 (0)