# test 2nd order time integration
#
run:
	$(F90) -c TimeIntegrate.f90 Source.f90
	$(LD) -o TimeIntegrate TimeIntegrate.o $(LIBS)
	$(LD) -o Source Source.o $(LIBS)
	$(ELMER_HOME)/bin/Solver


clean:
	/bin/rm test.log temp.log mon.out TimeIntegrate TimeIntegrate.o
	/bin/rm Source Source.o so_locations
