diff options
author | Brad Richardson <brichardson@structint.com> | 2020-03-06 19:45:44 -0800 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-03-06 19:45:44 -0800 |
commit | 3c5c649902c2d9e5e1c07e0335d6caf28bf3694c (patch) | |
tree | dc69ed509bfc6b09de786effe965529b435af54f /app | |
parent | 45cc57a901594eaa94535659e2aafe9971a24c00 (diff) | |
download | fpm-3c5c649902c2d9e5e1c07e0335d6caf28bf3694c.tar.gz fpm-3c5c649902c2d9e5e1c07e0335d6caf28bf3694c.zip |
Add place to specify other libraries when building library
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 1 |
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"] |