summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2021-10-29 19:44:06 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2021-10-29 19:44:06 -0500
commit21e720bb89e494cc89e99169e13fff9bf0dbdc6f (patch)
tree29b1d4448ddf742129942b92ffcd294900bd0a22 /Makefile
parent5da87bc8e3242da739a4b958563cf804a341bb8b (diff)
Add: pack an Array<Vector2<f32>> of samples and push_buffer
- add a method to set the sample rate of the sine wave
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 320eeb1..60df760 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,6 @@ build:
refresh_lib: build
cp $(LIB_PATH) klangfarb
+
+release:
+ cd klangfarbrs && cargo build --release