aboutsummaryrefslogtreecommitdiff
path: root/example_library/src
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-02-27 21:01:13 -0800
committerBrad Richardson <brichardson@structint.com>2020-02-27 21:01:13 -0800
commitd4c0aea26050b32bf394eabe91c95ab56113ce1a (patch)
treebd662532554e059fdcc782af8c9b840c5ee68a7d /example_library/src
parent775841b8437adf4f400a21fa939156dc6ef48cc2 (diff)
downloadfpm-d4c0aea26050b32bf394eabe91c95ab56113ce1a.tar.gz
fpm-d4c0aea26050b32bf394eabe91c95ab56113ce1a.zip
Enable building executables
Diffstat (limited to 'example_library/src')
-rw-r--r--example_library/src/example_m.f906
1 files changed, 0 insertions, 6 deletions
diff --git a/example_library/src/example_m.f90 b/example_library/src/example_m.f90
deleted file mode 100644
index 947dcfc..0000000
--- a/example_library/src/example_m.f90
+++ /dev/null
@@ -1,6 +0,0 @@
-module example_m
- implicit none
- private
-
- integer, public, parameter :: ANSWER = 42
-end module example_m