adding python src and renamin _ext
This commit is contained in:
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ debug: ## Build extension with debug prints and assertions
|
||||
python setup.py build_ext --inplace -UNDEBUG -DCR_VERBOSE
|
||||
|
||||
clean: ## Remove the build folder and the shared library
|
||||
rm -rf build/ creader.cpython*
|
||||
rm -rf build/ _creader.cpython*
|
||||
|
||||
test: ## Run unit tests using pytest
|
||||
python -m pytest
|
||||
|
Reference in New Issue
Block a user