Fix to makefile build order
This commit is contained in:
parent
94e1c9fd7b
commit
1b099a17d5
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ atoms.o subroutines.o testfuncs.o box.o : functions.o
|
|||
main.o io.o $(MODES) $(OPTIONS) : elements.o
|
||||
call_mode.o : $(MODES)
|
||||
call_option.o : $(OPTIONS)
|
||||
$(MODES) $(OPTIONS) io.o : atoms.o box.o
|
||||
$(MODES) $(OPTIONS) subroutines.o io.o : atoms.o box.o
|
||||
$(MODES) main.o : io.o
|
||||
testfuncs.o elements.o mode_create.o $(OPTIONS): subroutines.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue