Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 74d29828 authored by VIGNET Pierre's avatar VIGNET Pierre
Browse files

pip uninstall: force; add upload directive to the main Makefile

parent 42556faa
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,10 @@ unit_tests:
-cd command_line && make unit_tests
-cd library && make unit_tests
upload:
-cd library && make upload
-cd command_line && make upload
-cd gui && make upload
doc:
$(MAKE) -C ./doc html
......@@ -22,7 +22,7 @@ install:
uninstall: files.txt
@echo Uninstalling the package...
pip uninstall cadbiom_cmd
pip uninstall -y cadbiom_cmd
dev_install:
@echo Install the package for developers...
......
......@@ -22,7 +22,7 @@ install:
uninstall: files.txt
@echo Uninstalling the package...
pip uninstall cadbiom_gui
pip uninstall -y cadbiom_gui
dev_install:
@echo Install the package for developers...
......
......@@ -26,7 +26,7 @@ install:
uninstall: files.txt
@echo Uninstalling the package...
pip uninstall cadbiom
pip uninstall -y cadbiom
dev_install:
@echo Install the package for developers...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment