aboutsummaryrefslogtreecommitdiff
path: root/example_project/fpm.toml
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-03-25 19:01:58 -0500
committerBrad Richardson <brichardson@structint.com>2020-03-25 19:01:58 -0500
commitdb8ee601cdb4fe967105a73929cbbd288a41ce1a (patch)
tree49f2239421f290900d465e35ab1479f3ceb33264 /example_project/fpm.toml
parentab9d22f9a266ec540bc9b0248f180b26dc185ea6 (diff)
downloadfpm-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.toml4
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 = []