diff options
Diffstat (limited to 'test/example_packages/makefile_complex/fpm.toml')
-rw-r--r-- | test/example_packages/makefile_complex/fpm.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/example_packages/makefile_complex/fpm.toml b/test/example_packages/makefile_complex/fpm.toml deleted file mode 100644 index 3282cbe..0000000 --- a/test/example_packages/makefile_complex/fpm.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "makefile_complex" - -[dependencies] -with_makefile = { path = "../with_makefile" } - -[library] -source-dir = "src" -build-script = "Makefile" |