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