Skip to content

Commit

Permalink
Minor bugfix for Makefile. Impacted at least some Linux systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmetzcar committed Mar 6, 2023
1 parent 9e7d7f5 commit 3ff13fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PhysiCell_pugixml.o PhysiCell_settings.o

# put your custom objects here (they should be in the custom_modules directory)

PhysiCell_custom_module_OBJECTS := AMIGOS-invasion_uncoupled.o Extracellular_matrix.o
PhysiCell_custom_module_OBJECTS := AMIGOS-invasion_uncoupled.o extracellular_matrix.o

pugixml_OBJECTS := pugixml.o

Expand Down Expand Up @@ -134,7 +134,7 @@ PhysiCell_settings.o: ./modules/PhysiCell_settings.cpp

# user-defined PhysiCell modules

Extracellular_matrix.o: ./custom_modules/extracellular_matrix.cpp
extracellular_matrix.o: ./custom_modules/extracellular_matrix.cpp
$(COMPILE_COMMAND) -c ./custom_modules/extracellular_matrix.cpp

AMIGOS-invasion_uncoupled.o: ./custom_modules/AMIGOS-invasion_uncoupled.cpp
Expand Down

0 comments on commit 3ff13fe

Please sign in to comment.