diff options
Diffstat (limited to 'test/example_packages/with_makefile/fpm.toml')
-rw-r--r-- | test/example_packages/with_makefile/fpm.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/example_packages/with_makefile/fpm.toml b/test/example_packages/with_makefile/fpm.toml new file mode 100644 index 0000000..81dd02a --- /dev/null +++ b/test/example_packages/with_makefile/fpm.toml @@ -0,0 +1,5 @@ +name = "with_makefile" + +[library] +source-dir = "src" +build-script = "Makefile" |