fortrangoingonforty/facsimile / 76ec45f

Browse files

build things for raw mode

Authored by espadonne
SHA
76ec45f921fa86daaa2c2b499815ffa5565ecb72
Parents
5ea34e0
Tree
cc86fbf

1 changed file

StatusFile+-
M fpm.toml 1 0
fpm.tomlmodified
@@ -16,6 +16,7 @@ library = false
1616
 name = "fac"
1717
 source-dir = "app"
1818
 main = "main.f90"
19
+link = ["c"]
1920
 
2021
 [dependencies]
2122
 # We'll add stdlib when needed