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