aboutsummaryrefslogtreecommitdiff
path: root/example_project/fpm.toml
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-04-12 21:47:52 -0500
committerGitHub <noreply@github.com>2020-04-12 21:47:52 -0500
commit3a5e426e3103dae2f71732e2a830bd38ffe2c96b (patch)
tree5fbc47c5058d28142c4c26440cc6e7119a1bd308 /example_project/fpm.toml
parentae3ab0973aab3d443c937bf4edab25933e0df931 (diff)
parentba4f284b66b23ba00bb7086203af1e9d7630a177 (diff)
downloadfpm-3a5e426e3103dae2f71732e2a830bd38ffe2c96b.tar.gz
fpm-3a5e426e3103dae2f71732e2a830bd38ffe2c96b.zip
Merge pull request #52 from everythingfunctional/projectSettings
Finish simple project settings
Diffstat (limited to 'example_project/fpm.toml')
-rw-r--r--example_project/fpm.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/example_project/fpm.toml b/example_project/fpm.toml
index f2ae1c8..38cc3b7 100644
--- a/example_project/fpm.toml
+++ b/example_project/fpm.toml
@@ -6,8 +6,3 @@ maintainer = "example@example.com"
copyright = "2020 Author"
dependencies = []
compiler = "gfortran"
-
-[executables.example_project]
-main = "main.f90"
-source-dir = "app"
-dependencies = []