summaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/bindings/Makefile b/bindings/Makefile
new file mode 100644
index 0000000..2ea344d
--- /dev/null
+++ b/bindings/Makefile
@@ -0,0 +1,9 @@
+
+root := ..
+targets := ${root}/lib/libsword.a
+clean-targets := none
+include ${root}/Makefile.cfg
+
+cpp += flatapi.cpp
+
+include ${root}/Makefile.post