Skip to content

Commit 52bae9e

Browse files
committed
add makefile
1 parent 5ac2962 commit 52bae9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
test:
2+
git clean -fdx src
3+
python setup.py build_ext --inplace
4+
PYTHONPATH=src python t.py

0 commit comments

Comments
 (0)