aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgretchen <gretchen@gnar.cool>2019-11-18 22:47:46 -0800
committergretchen <gretchen@gnar.cool>2019-11-18 22:47:46 -0800
commitadb657e192e3396cd06de9da50e08d29d60b26d2 (patch)
tree8233c9239a6e27560b4853ef7bcf2f37b01976fd /Makefile
downloadrhodes-adb657e192e3396cd06de9da50e08d29d60b26d2.tar.gz
rhodes-adb657e192e3396cd06de9da50e08d29d60b26d2.zip
fm rhodes for nornsv0.1
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..874f48e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+
+all:
+
+upload: rhodes.lua lib/Engine_Rhodes.sc
+ find . -not -path '*/\.*' -type f | xargs -P 5 -n 1 norns_upload gretchen/rhodes
+ norns_load gretchen/rhodes rhodes.lua
+
+.PHONY: all upload
+