diff options
author | John S. Urban <urbanjost@comcast.net> | 2020-12-27 19:01:03 -0500 |
---|---|---|
committer | John S. Urban <urbanjost@comcast.net> | 2020-12-27 19:30:46 -0500 |
commit | d7e7acf1e48bc65aea6c473358fe50520163c03c (patch) | |
tree | cdf235cb669e3b6b6f670106e52d1ac332eb9da4 | |
parent | b199335b651885bd2133f0b71272ac985b8bee9d (diff) | |
parent | cbdfcafd59e2b2f67b21dd4ec02f897465bfbb57 (diff) | |
download | fpm-d7e7acf1e48bc65aea6c473358fe50520163c03c.tar.gz fpm-d7e7acf1e48bc65aea6c473358fe50520163c03c.zip |
Merge branch 'update_new' of https://github.com/urbanjost/fpm into update_new
-rw-r--r-- | fpm/src/fpm/cmd/new.f90 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fpm/src/fpm/cmd/new.f90 b/fpm/src/fpm/cmd/new.f90 index 7c16fa8..15c1dbe 100644 --- a/fpm/src/fpm/cmd/new.f90 +++ b/fpm/src/fpm/cmd/new.f90 @@ -203,10 +203,12 @@ character(len=:,kind=tfc),allocatable :: littlefile(:) &' ',& &'#executable = [ ',& &'# { name = "a-prog" }, ',& - &'# { name = "app-tool", source-dir = "tool" } ',& + &'# { name = "app-tool", source-dir = "tool" }, ',& &'# { name = "fpm-man", source-dir = "tool", main="fman.f90" } ',& &'#] ',& &' ',& + &' # This would be in lieue of the [[executable]] section found later in this ',& + &' # configuration file. ',& &' # + See the reference documents (at the beginning of this document) ',& &' # for more information on tables if you have long lists of programs ',& &' # to build and are not simply depending on auto-detection. ',& @@ -505,7 +507,7 @@ character(len=:,kind=tfc),allocatable :: littlefile(:) &'#link = ["blas", "lapack"] ',& &'#[test.dependencies] ',& &'#M_CLI2 = { git = "https://github.com/urbanjost/M_CLI2.git" } ',& - &'#M_io = { git = "https://github.com/urbanjost/M_path.git" } ',& + &'#M_io = { git = "https://github.com/urbanjost/M_io.git" } ',& &'#M_system= { git = "https://github.com/urbanjost/M_system.git" } ',& &''] endif |