Skip to content

Commit

Permalink
Merge pull request #2 from zcobell/buildScript
Browse files Browse the repository at this point in the history
Adding build shell script
  • Loading branch information
zcobell authored Apr 13, 2018
2 parents 272052e + 9a1d8e3 commit 29b100b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

gfortran -c solver.F90 -o solver.o
gfortran littleModel.F90 solver.o -o model.exe

0 comments on commit 29b100b

Please sign in to comment.