6 lines
98 B
Makefile
6 lines
98 B
Makefile
|
test:
|
||
|
python setup.py test
|
||
|
|
||
|
clean:
|
||
|
$(RM) -r build dist src/cchardet/*.cpp src/cchardet.egg-info
|