diff options
author | Brad Richardson <brichardson@structint.com> | 2020-03-25 19:01:58 -0500 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-03-25 19:01:58 -0500 |
commit | db8ee601cdb4fe967105a73929cbbd288a41ce1a (patch) | |
tree | 49f2239421f290900d465e35ab1479f3ceb33264 /example_project/fpm.toml | |
parent | ab9d22f9a266ec540bc9b0248f180b26dc185ea6 (diff) | |
download | fpm-db8ee601cdb4fe967105a73929cbbd288a41ce1a.tar.gz fpm-db8ee601cdb4fe967105a73929cbbd288a41ce1a.zip |
Simplify the example project to what the defaults should be
Diffstat (limited to 'example_project/fpm.toml')
-rw-r--r-- | example_project/fpm.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example_project/fpm.toml b/example_project/fpm.toml index eda6e6b..5ad7e97 100644 --- a/example_project/fpm.toml +++ b/example_project/fpm.toml @@ -12,8 +12,8 @@ release-options = ["-O3"] [library] source-dirs = "src" -[executables.Hello_world] -main = "Hello_world.f90" +[executables.example_project] +main = "main.f90" source-dirs = "app" linker-options = ["-O3"] dependencies = [] |