# Helmholtz equation solver by FEM
#

run:
	$(ELMER_SOLVER)

clean:
	/bin/rm mon.out
	/bin/rm -rf temp.log test.log
