Fix to makefile build order
This commit is contained in:
parent
94e1c9fd7b
commit
1b099a17d5
@ -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…
x
Reference in New Issue
Block a user