This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lightxu
/
exam-segment-django
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
exam-segment...
/
segment
/
sheet_resolve
/
lib
/
Makefile
Makefile
94 B
Permalink
History
Raw
1
2
3
4
5
6
all:
python setup.py build_ext --inplace
rm -rf build
clean:
rm -rf */*.pyc
rm -rf */*.so