diff --git a/Makefile b/Makefile index c6ec7dc..074a22c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - python setup.py test + python setup.py nosetests clean: $(RM) -r build dist src/cchardet/__pycache__ src/cchardet/*.cpp src/cchardet/*.pyc src/cchardet/*.so src/cchardet.egg-info src/tests/__pycache__ src/tests/*.pyc