X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/8898463c1eaa1595521a9f6cca59e8d876a8324c..de9c32ed9f08a0a776017829ef2f3476a5bd8bb2:/Makefile diff --git a/Makefile b/Makefile index 6bc97f3..687d36b 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,9 @@ build: .PHONY: test test: build - $(PYTHON) -m unittest + $(PYTHON) -m unittest -v .PHONY: clean clean: - $(RM) build dist MANIFEST venv - $(RM) $(NAME).egg-info $(NAME)/_isl.*.so $(NAME)/__pycache__ - $(RM) tests/__pycache__ + $(RM) build dist MANIFEST venv $(NAME).egg-info + $(RM) $(NAME)/_islhelper.*.so $(NAME)/__pycache__ $(NAME)/tests/__pycache__