aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-03-06 19:45:44 -0800
committerBrad Richardson <brichardson@structint.com>2020-03-06 19:45:44 -0800
commit3c5c649902c2d9e5e1c07e0335d6caf28bf3694c (patch)
treedc69ed509bfc6b09de786effe965529b435af54f /app
parent45cc57a901594eaa94535659e2aafe9971a24c00 (diff)
downloadfpm-3c5c649902c2d9e5e1c07e0335d6caf28bf3694c.tar.gz
fpm-3c5c649902c2d9e5e1c07e0335d6caf28bf3694c.zip
Add place to specify other libraries when building library
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 02d54d6..88bb302 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -44,6 +44,7 @@ build = do
"gfortran"
["-g", "-Wall", "-Wextra", "-Werror", "-pedantic"]
"library"
+ []
buildPrograms "app"
["build" </> "library"]
[".f90", ".f", ".F", ".F90", ".f95", ".f03"]