Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
gsaxena
PhysiCell_X
Commits
ad873931
Commit
ad873931
authored
Oct 21, 2021
by
Vincent Noël
Browse files
Added install script to makefile
parent
81d1e908
Changes
1
Hide whitespace changes
Inline
Side-by-side
sample_projects_intracellular/boolean/physiboss_cell_lines_mpi/Makefile
View file @
ad873931
...
...
@@ -178,7 +178,7 @@ PhysiCell_settings.o: ./modules/PhysiCell_settings.cpp
# user-defined PhysiCell modules
MaBoSS
:
cd
$(MABOSS_DIR)
/src
&&
make
MAXNODES
=
$(MABOSS_MAX_NODES)
CXX
=
$(CC)
install_alib
python3 beta/setup_libmaboss.py
maboss_network.o
:
./addons/PhysiBoSS/src/maboss_network.cpp
$(COMPILE_COMMAND)
$(INC)
-c
./addons/PhysiBoSS/src/maboss_network.cpp
...
...
@@ -203,9 +203,9 @@ reset:
rm
-rf
./scripts
MaBoSS-clean
:
cd
$(MABOSS_DIR)
/src
&&
make clean
rm
-fr
addons/PhysiBoSS/MaBoSS-env-2.0
clean
:
MaBoSS-clean
clean
:
rm
-f
*
.o
rm
-f
$(PROGRAM_NAME)
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment