Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cadbiom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIGNET Pierre
cadbiom
Commits
74d29828
Commit
74d29828
authored
5 years ago
by
VIGNET Pierre
Browse files
Options
Downloads
Patches
Plain Diff
pip uninstall: force; add upload directive to the main Makefile
parent
42556faa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+5
-0
5 additions, 0 deletions
Makefile
command_line/Makefile
+1
-1
1 addition, 1 deletion
command_line/Makefile
gui/Makefile
+1
-1
1 addition, 1 deletion
gui/Makefile
library/Makefile
+1
-1
1 addition, 1 deletion
library/Makefile
with
8 additions
and
3 deletions
Makefile
+
5
−
0
View file @
74d29828
...
...
@@ -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
This diff is collapsed.
Click to expand it.
command_line/Makefile
+
1
−
1
View file @
74d29828
...
...
@@ -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...
...
...
This diff is collapsed.
Click to expand it.
gui/Makefile
+
1
−
1
View file @
74d29828
...
...
@@ -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...
...
...
This diff is collapsed.
Click to expand it.
library/Makefile
+
1
−
1
View file @
74d29828
...
...
@@ -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...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment