summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2021-10-27 20:35:27 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2021-10-27 20:36:55 -0500
commitfc2da03a2a385d9beac72246799a9ee5241f9859 (patch)
tree473b969dacf52e874cfae40e8550449e58df6b23 /Makefile
parenteda6270cdc302a1cca27f70d9b65cd8aff621882 (diff)
Add: makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..320eeb1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+LIB_PATH = klangfarbrs/target/debug/libklangfarbrs.so
+
+all: refresh_lib
+
+build:
+ cd klangfarbrs && cargo build
+
+refresh_lib: build
+ cp $(LIB_PATH) klangfarb