diff options
Diffstat (limited to 'test/example_packages/makefile_complex/app')
-rw-r--r-- | test/example_packages/makefile_complex/app/main.f90 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/example_packages/makefile_complex/app/main.f90 b/test/example_packages/makefile_complex/app/main.f90 deleted file mode 100644 index ac9ed51..0000000 --- a/test/example_packages/makefile_complex/app/main.f90 +++ /dev/null @@ -1,7 +0,0 @@ -program makefile_complex - use wrapper_mod, only: do_stuff - - implicit none - - call do_stuff -end program makefile_complex |