Skip to content
Snippets Groups Projects
Commit 7406a072 authored by Christopher Subich's avatar Christopher Subich
Browse files

Modify Makefile to preserve intermediate cases/.o files

parent cc65bb00
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ cases/%.x: cases/%.o TArray.o T_util.o Parformer.o ESolver.o Timestep.o NSIntegr
cases/%_x: cases/%.o TArray.o T_util.o Parformer.o ESolver.o Timestep.o NSIntegrator.o BaseCase.o Science.o Splits.o Par_util.o Split_reader.o gmres.o gmres_1d_solver.o gmres_2d_solver.o grad.o multigrid.o Options.o
$(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS)
%.o : %.cpp *.hpp
%.o: %.cpp *.hpp
$(MPICXX) $(CFLAGS) -o $@ -c $<
.SECONDARY:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment